We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b19c0f2 commit 8bbe401Copy full SHA for 8bbe401
.github/workflows/ci.yml
@@ -28,7 +28,7 @@ jobs:
28
29
- name: Login to Amazon ECR
30
id: login-ecr
31
- uses: aws-actions/amazon-ecr-login@v1
+ uses: aws-actions/amazon-ecr-login@v2
32
33
- name: Parse custom apparmor profile
34
run: sudo apparmor_parser -r -W apparmor-profiles/home.sandbox.codejail_sandbox-python3.bin.python
.github/workflows/push-docker-image.yml
@@ -29,7 +29,7 @@ jobs:
- name: Log in to ECR
- name: Build, tag, and push image to Amazon ECR
35
env:
0 commit comments