We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aec96bf commit 8f045d7Copy full SHA for 8f045d7
.github/workflows/build-arm64-image.yaml
@@ -54,7 +54,7 @@ jobs:
54
run: make release-arm || make release-arm
55
56
- name: Push
57
- if: github.ref == github.event.repository.default_branch || startsWith(github.ref, 'release-')
+ if: github.ref_name == github.event.repository.default_branch || startsWith(github.ref_name, 'release-')
58
env:
59
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
60
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
0 commit comments