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 31e19bb commit 0931436Copy full SHA for 0931436
.github/workflows/docker-image-p2k16-label.yml
@@ -33,8 +33,8 @@ jobs:
33
tags: |
34
ghcr.io/bitraf/p2k16-label:${{steps.vars.outputs.tag}}
35
ghcr.io/bitraf/p2k16-label:latest
36
- # build on feature branches, push only on master branch
37
- push: ${{ github.ref == 'refs/heads/master' }}
+ # this will push on every release, which is what we want
+ push: true
38
39
# - name: Debug info
40
# id: debug1
0 commit comments