We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3c503af + d9bea3f commit 0caea9cCopy full SHA for 0caea9c
1 file changed
.github/workflows/dockerimage.yml
@@ -43,7 +43,7 @@ jobs:
43
44
publish:
45
runs-on: ubuntu-latest
46
- if: github.ref == 'refs/heads/master'
+ if: github.ref == 'refs/heads/master' || startsWith(github.event.ref, 'refs/tags')
47
steps:
48
- uses: actions/checkout@v4
49
0 commit comments