Skip to content

Commit d2226ce

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] <support@github.com>
1 parent 393c592 commit d2226ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
aws-region: ${{ vars.ECR_REGION }}
2828

2929
- name: Login to container repository
30-
uses: aws-actions/amazon-ecr-login@v1
30+
uses: aws-actions/amazon-ecr-login@v2
3131
id: login-ecr
3232

3333
- name: Store current date

0 commit comments

Comments
 (0)