Skip to content

Commit

Permalink
[ci] Bump AWS ECR Login Action to now mask creds
Browse files Browse the repository at this point in the history
Now use v2, which masks creds by default.
See aws-actions/amazon-ecr-login#526
  • Loading branch information
omad committed Dec 4, 2023
1 parent d8e9feb commit 525cc2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_notebooks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:

- name: Login to Amazon ECR Private
id: login-ecr
uses: aws-actions/amazon-ecr-login@v1
uses: aws-actions/amazon-ecr-login@v2

- name: Pull dea-sandbox image from ECR
run: |
Expand Down

0 comments on commit 525cc2a

Please sign in to comment.