Skip to content

Commit

Permalink
chore(deps): update aws-actions/amazon-ecr-login action to v2 (#480)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 10, 2023
1 parent 76d0e19 commit 3e7f2ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tunnel-server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
aws-region: us-east-1
- name: Login to Amazon ECR Public
if: startsWith(github.ref, 'refs/tags')
uses: aws-actions/amazon-ecr-login@v1
uses: aws-actions/amazon-ecr-login@v2
with:
registry-type: public
- name: Push to ECR public
Expand Down

0 comments on commit 3e7f2ec

Please sign in to comment.