Skip to content

Commit

Permalink
Build docker image for tags too
Browse files Browse the repository at this point in the history
  • Loading branch information
abretaud authored Aug 19, 2024
1 parent 3c503af commit d9bea3f
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 d9bea3f

Please sign in to comment.