Skip to content

Commit 0f0ed08

Browse files
Merge pull request #46 from datavisyn/dependabot/github_actions/aws-actions/amazon-ecr-login-2.0.1
Bump aws-actions/amazon-ecr-login from 1.5.3 to 2.0.1
2 parents e58c0e0 + 2a7544e commit 0f0ed08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-product.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
- name: Login to Amazon ECR
8787
if: ${{ inputs.add_revision_as_tag == true }}
8888
id: login-ecr
89-
uses: aws-actions/amazon-ecr-login@v1.5.3
89+
uses: aws-actions/amazon-ecr-login@v2.0.1
9090
- name: get revision label
9191
id: get-revision-label
9292
if: ${{ inputs.add_revision_as_tag == true }}

0 commit comments

Comments
 (0)