File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -447,7 +447,7 @@ jobs:
447447 sudo ls -la /mnt/docker-storage
448448
449449 - name : Login to Quay.io
450- uses : docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4 .0
450+ uses : docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5 .0
451451 if : ${{ github.ref == 'refs/heads/main' && github.repository_owner == 'redhat-best-practices-for-k8s' }}
452452 with :
453453 registry : ${{ env.REGISTRY }}
@@ -510,7 +510,7 @@ jobs:
510510 sudo ls -la /mnt/docker-storage
511511
512512 - name : Login to Quay.io
513- uses : docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4 .0
513+ uses : docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5 .0
514514 if : ${{ github.ref == 'refs/heads/main' && github.repository_owner == 'redhat-best-practices-for-k8s' }}
515515 with :
516516 registry : ${{ env.REGISTRY }}
Original file line number Diff line number Diff line change @@ -141,7 +141,7 @@ jobs:
141141
142142 # Push the new TNF image to Quay.io.
143143 - name : Authenticate against Quay.io
144- uses : docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4 .0
144+ uses : docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5 .0
145145 with :
146146 registry : ${{ env.REGISTRY }}
147147 # Use a Robot Account to authenticate against Quay.io
@@ -273,7 +273,7 @@ jobs:
273273
274274 # Push the new TNF image to Quay.io.
275275 - name : Authenticate against Quay.io
276- uses : docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4 .0
276+ uses : docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5 .0
277277 with :
278278 registry : ${{ env.REGISTRY }}
279279 # Use a Robot Account to authenticate against Quay.io
You can’t perform that action at this time.
0 commit comments