Skip to content

Commit

Permalink
Merge pull request #8 from genouest/buildtag
Browse files Browse the repository at this point in the history
Build docker image for tags too
  • Loading branch information
abretaud authored Aug 19, 2024
2 parents 3c503af + d9bea3f commit 0caea9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dockerimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
publish:
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/master'
if: github.ref == 'refs/heads/master' || startsWith(github.event.ref, 'refs/tags')
steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit 0caea9c

Please sign in to comment.