Skip to content

Commit c8c1d79

Browse files
chore(deps): update docker/login-action digest to 6d4b68b
1 parent 74cbc98 commit c8c1d79

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/deploy.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050

5151
steps:
5252
- name: Log in to the repo's container registry
53-
uses: docker/login-action@327cd5a69de6c009b9ce71bce8395f28e651bf99
53+
uses: docker/login-action@6d4b68b490aef8836e8fb5e50ee7b3bdfa5894f0
5454
with:
5555
registry: ${{ env.REGISTRY }}
5656
username: ${{ github.actor }}
@@ -82,7 +82,7 @@ jobs:
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@6d4b68b490aef8836e8fb5e50ee7b3bdfa5894f0
8686
with:
8787
registry: ${{ steps.repositoryUri.outputs.repositoryUri }}
8888
username: AWS

.github/workflows/test-and-release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ jobs:
312312
313313
- name: Log in to the Container registry
314314
if: github.ref == 'refs/heads/saga'
315-
uses: docker/login-action@327cd5a69de6c009b9ce71bce8395f28e651bf99
315+
uses: docker/login-action@6d4b68b490aef8836e8fb5e50ee7b3bdfa5894f0
316316
with:
317317
registry: ${{ env.REGISTRY }}
318318
username: ${{ github.actor }}

0 commit comments

Comments
 (0)