Skip to content

Commit 0f82da9

Browse files
build(deps): bump aws-actions/amazon-ecr-login from 1 to 2 (#93)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Anmol Nagpal <[email protected]>
1 parent eba9f0c commit 0f82da9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767

6868
- name: Login to Amazon ECR
6969
id: login-ecr
70-
uses: aws-actions/amazon-ecr-login@v1
70+
uses: aws-actions/amazon-ecr-login@v2
7171

7272
- name: Push docker image to Amazon ECR
7373
if: ${{ inputs.registry == 'ECR' }}

0 commit comments

Comments
 (0)