Skip to content

Commit 32cd90f

Browse files
Update docker/login-action action to v3
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 5467c98 commit 32cd90f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/on-push-to-main-branch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
role-to-assume: arn:aws:iam::783680406432:role/GithubActionsPublishRole-test-us-east-1
2727
aws-region: us-east-1
2828
- name: Login to Public ECR
29-
uses: docker/login-action@v1
29+
uses: docker/login-action@v3
3030
with:
3131
registry: public.ecr.aws
3232
env:

.github/workflows/on-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
role-to-assume: arn:aws:iam::105154636954:role/GithubActionsPublishRole-prod-us-east-1
3030
aws-region: us-east-1
3131
- name: Login to Public ECR
32-
uses: docker/login-action@v1
32+
uses: docker/login-action@v3
3333
with:
3434
registry: public.ecr.aws
3535
env:

0 commit comments

Comments
 (0)