Skip to content

Commit 2d48242

Browse files
chore(deps): update docker/login-action action to v3
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 708edfd commit 2d48242

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
@@ -30,7 +30,7 @@ jobs:
3030
role-to-assume: arn:aws:iam::105154636954:role/GithubActionsPublishRole-prod-us-east-1
3131
aws-region: us-east-1
3232
- name: Login to Public ECR
33-
uses: docker/login-action@v1
33+
uses: docker/login-action@v3
3434
with:
3535
registry: public.ecr.aws
3636
env:
@@ -51,7 +51,7 @@ jobs:
5151
${{ env.TAG_BASE }}:${{steps.tag.outputs.tag}}
5252
push: true
5353
- name: Login to Staging ECR
54-
uses: docker/login-action@v1
54+
uses: docker/login-action@v3
5555
with:
5656
registry: ${{ env.PRIVATE_REGISTRY }}
5757
env:

0 commit comments

Comments
 (0)