Skip to content

Commit 27cf28a

Browse files
Bump aws-actions/amazon-ecr-login from 1 to 2
Bumps [aws-actions/amazon-ecr-login](https://github.com/aws-actions/amazon-ecr-login) from 1 to 2. - [Release notes](https://github.com/aws-actions/amazon-ecr-login/releases) - [Changelog](https://github.com/aws-actions/amazon-ecr-login/blob/main/CHANGELOG.md) - [Commits](aws-actions/amazon-ecr-login@v1...v2) --- updated-dependencies: - dependency-name: aws-actions/amazon-ecr-login dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 79aa188 commit 27cf28a

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.github/workflows/deliver17.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
role-to-assume: arn:aws:iam::${{ secrets.CD_AWS_ACCOUNT_ID }}:role/GitHubRole
3434
aws-region: us-east-1
3535
- name: Login to Amazon ECR Public
36-
uses: aws-actions/amazon-ecr-login@v1
36+
uses: aws-actions/amazon-ecr-login@v2
3737
with:
3838
registry-type: "public"
3939
- name: Deploy artifacts

.github/workflows/deliver18.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
role-to-assume: arn:aws:iam::${{ secrets.CD_AWS_ACCOUNT_ID }}:role/GitHubRole
3434
aws-region: us-east-1
3535
- name: Login to Amazon ECR Public
36-
uses: aws-actions/amazon-ecr-login@v1
36+
uses: aws-actions/amazon-ecr-login@v2
3737
with:
3838
registry-type: "public"
3939
- name: Deploy artifacts

.github/workflows/deliver19.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
role-to-assume: arn:aws:iam::${{ secrets.CD_AWS_ACCOUNT_ID }}:role/GitHubRole
3434
aws-region: us-east-1
3535
- name: Login to Amazon ECR Public
36-
uses: aws-actions/amazon-ecr-login@v1
36+
uses: aws-actions/amazon-ecr-login@v2
3737
with:
3838
registry-type: "public"
3939
- name: Deploy artifacts

.github/workflows/deliver20.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
role-to-assume: arn:aws:iam::${{ secrets.CD_AWS_ACCOUNT_ID }}:role/GitHubRole
3434
aws-region: us-east-1
3535
- name: Login to Amazon ECR Public
36-
uses: aws-actions/amazon-ecr-login@v1
36+
uses: aws-actions/amazon-ecr-login@v2
3737
with:
3838
registry-type: "public"
3939
- name: Deploy artifacts

.github/workflows/deliver21.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
role-to-assume: arn:aws:iam::${{ secrets.CD_AWS_ACCOUNT_ID }}:role/GitHubRole
3434
aws-region: us-east-1
3535
- name: Login to Amazon ECR Public
36-
uses: aws-actions/amazon-ecr-login@v1
36+
uses: aws-actions/amazon-ecr-login@v2
3737
with:
3838
registry-type: "public"
3939
- name: Deploy artifacts

.github/workflows/integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
role-to-assume: arn:aws:iam::${{ secrets.CD_AWS_ACCOUNT_ID }}:role/GitHubRole
3434
aws-region: us-east-1
3535
- name: Login to Amazon ECR Public
36-
uses: aws-actions/amazon-ecr-login@v1
36+
uses: aws-actions/amazon-ecr-login@v2
3737
with:
3838
registry-type: "public"
3939
- name: Build and test

0 commit comments

Comments
 (0)