Skip to content

Commit 2a7544e

Browse files
Bump aws-actions/amazon-ecr-login from 1.5.3 to 2.0.1
Bumps [aws-actions/amazon-ecr-login](https://github.com/aws-actions/amazon-ecr-login) from 1.5.3 to 2.0.1. - [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.5.3...v2.0.1) --- 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 82dc6ca commit 2a7544e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-product.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
- name: Login to Amazon ECR
8787
if: ${{ inputs.add_revision_as_tag == true }}
8888
id: login-ecr
89-
uses: aws-actions/amazon-ecr-login@v1.5.3
89+
uses: aws-actions/amazon-ecr-login@v2.0.1
9090
- name: get revision label
9191
id: get-revision-label
9292
if: ${{ inputs.add_revision_as_tag == true }}

0 commit comments

Comments
 (0)