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.
1 parent 3c503af commit d9bea3fCopy full SHA for d9bea3f
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