Skip to content

Commit 0caea9c

Browse files
authored
Merge pull request #8 from genouest/buildtag
Build docker image for tags too
2 parents 3c503af + d9bea3f commit 0caea9c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/dockerimage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
4444
publish:
4545
runs-on: ubuntu-latest
46-
if: github.ref == 'refs/heads/master'
46+
if: github.ref == 'refs/heads/master' || startsWith(github.event.ref, 'refs/tags')
4747
steps:
4848
- uses: actions/checkout@v4
4949

0 commit comments

Comments
 (0)