Skip to content

Commit 8bbe401

Browse files
build(deps): bump aws-actions/amazon-ecr-login from 1 to 2 (#197)
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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b19c0f2 commit 8bbe401

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828

2929
- name: Login to Amazon ECR
3030
id: login-ecr
31-
uses: aws-actions/amazon-ecr-login@v1
31+
uses: aws-actions/amazon-ecr-login@v2
3232

3333
- name: Parse custom apparmor profile
3434
run: sudo apparmor_parser -r -W apparmor-profiles/home.sandbox.codejail_sandbox-python3.bin.python

.github/workflows/push-docker-image.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030
- name: Log in to ECR
3131
id: login-ecr
32-
uses: aws-actions/amazon-ecr-login@v1
32+
uses: aws-actions/amazon-ecr-login@v2
3333

3434
- name: Build, tag, and push image to Amazon ECR
3535
env:

0 commit comments

Comments
 (0)