File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 5050
5151 steps :
5252 - name : Log in to the repo's container registry
53- uses : docker/login-action@327cd5a69de6c009b9ce71bce8395f28e651bf99
53+ uses : docker/login-action@3d100841f68d4548bf57e52eb27bd33ec5069f55
5454 with :
5555 registry : ${{ env.REGISTRY }}
5656 username : ${{ github.actor }}
8282 echo "repositoryUri=$REPO_URI" >> $GITHUB_OUTPUT
8383
8484 - name : Log in to the repo's container registry
85- uses : docker/login-action@327cd5a69de6c009b9ce71bce8395f28e651bf99
85+ uses : docker/login-action@3d100841f68d4548bf57e52eb27bd33ec5069f55
8686 with :
8787 registry : ${{ steps.repositoryUri.outputs.repositoryUri }}
8888 username : AWS
Original file line number Diff line number Diff line change @@ -316,7 +316,7 @@ jobs:
316316
317317 - name : Log in to the Container registry
318318 if : github.ref == 'refs/heads/saga'
319- uses : docker/login-action@327cd5a69de6c009b9ce71bce8395f28e651bf99
319+ uses : docker/login-action@3d100841f68d4548bf57e52eb27bd33ec5069f55
320320 with :
321321 registry : ${{ env.REGISTRY }}
322322 username : ${{ github.actor }}
You can’t perform that action at this time.
0 commit comments