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.
2 parents bd27534 + 59d3d63 commit 637af58Copy full SHA for 637af58
.github/workflows/build-container.yml
@@ -49,10 +49,10 @@ jobs:
49
50
- name: Push multi-arch Image
51
id: push
52
- if: github.event_name == "push"
+ if: github.event_name == 'push'
53
run: |
54
podman login ${{ env.CONTAINER_REGISTRY }} -u ${QUAY_USER} -p ${QUAY_TOKEN}
55
make gha-push
56
env:
57
QUAY_USER: ${{ secrets.QUAY_USER }}
58
- QUAY_TOKEN: ${{ secrets.QUAY_TOKEN }}
+ QUAY_TOKEN: ${{ secrets.QUAY_TOKEN }}
0 commit comments