Skip to content

Commit d9bea3f

Browse files
authored
Build docker image for tags too
1 parent 3c503af commit d9bea3f

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)