Skip to content

Commit

Permalink
Update docker/login-action action to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-rancher[bot] authored Jun 13, 2024
1 parent 3156c35 commit a472f8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
aws-secret-access-key: ${{ env.ECR_SECRET_KEY }}
aws-region: us-east-1
- name: Login to ECR
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
registry: 709825985650.dkr.ecr.us-east-1.amazonaws.com
- name: Push Images to Registries
Expand All @@ -110,7 +110,7 @@ jobs:
aws-secret-access-key: ${{ env.ECR_SECRET_KEY_EU }}
aws-region: us-east-1
- name: Login to ECR for EU Registry
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
registry: 709825985650.dkr.ecr.us-east-1.amazonaws.com
- name: Push Images to EU Registry
Expand Down

0 comments on commit a472f8b

Please sign in to comment.