We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5467c98 commit 32cd90fCopy full SHA for 32cd90f
.github/workflows/on-push-to-main-branch.yml
@@ -26,7 +26,7 @@ jobs:
26
role-to-assume: arn:aws:iam::783680406432:role/GithubActionsPublishRole-test-us-east-1
27
aws-region: us-east-1
28
- name: Login to Public ECR
29
- uses: docker/login-action@v1
+ uses: docker/login-action@v3
30
with:
31
registry: public.ecr.aws
32
env:
.github/workflows/on-release.yml
@@ -29,7 +29,7 @@ jobs:
role-to-assume: arn:aws:iam::105154636954:role/GithubActionsPublishRole-prod-us-east-1
33
34
35
0 commit comments