File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 50
50
51
51
steps :
52
52
- name : Log in to the repo's container registry
53
- uses : docker/login-action@327cd5a69de6c009b9ce71bce8395f28e651bf99
53
+ uses : docker/login-action@6d4b68b490aef8836e8fb5e50ee7b3bdfa5894f0
54
54
with :
55
55
registry : ${{ env.REGISTRY }}
56
56
username : ${{ github.actor }}
82
82
echo "repositoryUri=$REPO_URI" >> $GITHUB_OUTPUT
83
83
84
84
- name : Log in to the repo's container registry
85
- uses : docker/login-action@327cd5a69de6c009b9ce71bce8395f28e651bf99
85
+ uses : docker/login-action@6d4b68b490aef8836e8fb5e50ee7b3bdfa5894f0
86
86
with :
87
87
registry : ${{ steps.repositoryUri.outputs.repositoryUri }}
88
88
username : AWS
Original file line number Diff line number Diff line change @@ -312,7 +312,7 @@ jobs:
312
312
313
313
- name : Log in to the Container registry
314
314
if : github.ref == 'refs/heads/saga'
315
- uses : docker/login-action@327cd5a69de6c009b9ce71bce8395f28e651bf99
315
+ uses : docker/login-action@6d4b68b490aef8836e8fb5e50ee7b3bdfa5894f0
316
316
with :
317
317
registry : ${{ env.REGISTRY }}
318
318
username : ${{ github.actor }}
You can’t perform that action at this time.
0 commit comments