Skip to content

Commit 8e3d0bc

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 44d4007 commit 8e3d0bc

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
@@ -30,7 +30,7 @@ jobs:
3030
aws-region: ${{ vars.ECR_REGION }}
3131

3232
- name: Login to container repository
33-
uses: aws-actions/amazon-ecr-login@v1
33+
uses: aws-actions/amazon-ecr-login@v2
3434
id: login-ecr
3535

3636
- name: Store current date

0 commit comments

Comments
 (0)