Skip to content

Commit 0931436

Browse files
committed
set push to 'true' in build-push-action
1 parent 31e19bb commit 0931436

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker-image-p2k16-label.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ jobs:
3333
tags: |
3434
ghcr.io/bitraf/p2k16-label:${{steps.vars.outputs.tag}}
3535
ghcr.io/bitraf/p2k16-label:latest
36-
# build on feature branches, push only on master branch
37-
push: ${{ github.ref == 'refs/heads/master' }}
36+
# this will push on every release, which is what we want
37+
push: true
3838

3939
# - name: Debug info
4040
# id: debug1

0 commit comments

Comments
 (0)