Skip to content

Commit df0aea3

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

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
role-to-assume: arn:aws:iam::105154636954:role/GithubActionsPublishRole-prod-us-east-1
3333
aws-region: us-east-1
3434
- name: Login to Public ECR
35-
uses: docker/login-action@v1
35+
uses: docker/login-action@v3
3636
with:
3737
registry: public.ecr.aws
3838
env:
@@ -54,7 +54,7 @@ jobs:
5454
${{ env.TAG_BASE }}:${{steps.tag.outputs.tag}}
5555
push: true
5656
- name: Login to Staging ECR
57-
uses: docker/login-action@v1
57+
uses: docker/login-action@v3
5858
with:
5959
registry: ${{ env.PRIVATE_REGISTRY }}
6060
env:

0 commit comments

Comments
 (0)