Skip to content

Commit 9982db4

Browse files
renovate[bot]coderbyheart
authored andcommitted
chore(deps): update docker/login-action digest to 9780b0c
1 parent b6d45e7 commit 9982db4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/deploy.yaml

Lines changed: 2 additions & 2 deletions
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@0d4c9c5ea7693da7b068278f7b52bda2a190a446
53+
uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567
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@0d4c9c5ea7693da7b068278f7b52bda2a190a446
85+
uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567
8686
with:
8787
registry: ${{ steps.repositoryUri.outputs.repositoryUri }}
8888
username: AWS

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ jobs:
282282
283283
- name: Log in to the Container registry
284284
if: github.ref == 'refs/heads/saga'
285-
uses: docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446
285+
uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567
286286
with:
287287
registry: ${{ env.REGISTRY }}
288288
username: ${{ github.actor }}

0 commit comments

Comments
 (0)