Skip to content

Commit 0b0903c

Browse files
committed
Update Quay login action version in Kustomize e2e workflow
- Changed the Quay login action to a specific commit version for improved stability.
1 parent 4ce4285 commit 0b0903c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/_run-kustomize-e2e.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,11 +64,11 @@ jobs:
6464
6565
- name: Log in to Quay
6666
if: ${{ env.MODE == 'local' }}
67-
uses: docker/login-action@v3
67+
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121
6868
with:
69-
registry: quay.io
70-
username: ${{ secrets.AIPCC_BASE_IMAGE_USERNAME }}
71-
password: ${{ secrets.AIPCC_BASE_IMAGE_PASSWORD }}
69+
registry: quay.io
70+
username: ${{ secrets.AIPCC_BASE_IMAGE_USERNAME }}
71+
password: ${{ secrets.AIPCC_BASE_IMAGE_PASSWORD }}
7272

7373
- name: Build image with Make (MODE=local)
7474
if: ${{ env.MODE == 'local' }}

0 commit comments

Comments
 (0)