Skip to content

Commit

Permalink
docker build only tags
Browse files Browse the repository at this point in the history
  • Loading branch information
marriva committed Jan 11, 2024
1 parent 6f1a06f commit 71ba446
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ on:
push:
tags:
- '**'
branches:
- '**'

jobs:

Expand Down Expand Up @@ -45,7 +43,6 @@ jobs:

- name: Build and push
uses: docker/build-push-action@v5
if: startsWith(github.ref, 'refs/tags/')
with:
context: .
build-args: |
Expand Down

0 comments on commit 71ba446

Please sign in to comment.