Skip to content

Commit b2d54a5

Browse files
chore(deps): update docker/login-action digest to 28fdb31
1 parent 51d1031 commit b2d54a5

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@5e57cd118135c172c3672efd75eb46360885c0ef
53+
uses: docker/login-action@28fdb31ff34708d19615a74d67103ddc2ea9725c
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@5e57cd118135c172c3672efd75eb46360885c0ef
85+
uses: docker/login-action@28fdb31ff34708d19615a74d67103ddc2ea9725c
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
@@ -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@5e57cd118135c172c3672efd75eb46360885c0ef
319+
uses: docker/login-action@28fdb31ff34708d19615a74d67103ddc2ea9725c
320320
with:
321321
registry: ${{ env.REGISTRY }}
322322
username: ${{ github.actor }}

0 commit comments

Comments
 (0)