We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ce4285 commit 0b0903cCopy full SHA for 0b0903c
.github/workflows/_run-kustomize-e2e.yaml
@@ -64,11 +64,11 @@ jobs:
64
65
- name: Log in to Quay
66
if: ${{ env.MODE == 'local' }}
67
- uses: docker/login-action@v3
+ uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121
68
with:
69
- registry: quay.io
70
- username: ${{ secrets.AIPCC_BASE_IMAGE_USERNAME }}
71
- password: ${{ secrets.AIPCC_BASE_IMAGE_PASSWORD }}
+ registry: quay.io
+ username: ${{ secrets.AIPCC_BASE_IMAGE_USERNAME }}
+ password: ${{ secrets.AIPCC_BASE_IMAGE_PASSWORD }}
72
73
- name: Build image with Make (MODE=local)
74
0 commit comments