We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af25e6a commit 20cdc9dCopy full SHA for 20cdc9d
.github/workflows/build-arm64-image.yaml
@@ -50,7 +50,7 @@ jobs:
50
run: make release-arm || make release-arm
51
52
- name: Push
53
- 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-')
54
env:
55
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
56
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
0 commit comments