Skip to content

Commit

Permalink
chore(deps): update aws-actions/amazon-ecr-login action to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 3, 2023
1 parent 25b0485 commit 776f26b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-docker-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
aws-region: us-east-1
- name: Login to AWS ECR
id: login-ecr-public
uses: aws-actions/amazon-ecr-login@v1
uses: aws-actions/amazon-ecr-login@v2
with:
registry-type: public
- name: Docker meta configuration (set image and tag)
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-main-docker-tag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
aws-region: us-east-1
- name: Login to AWS ECR
id: login-ecr-public
uses: aws-actions/amazon-ecr-login@v1
uses: aws-actions/amazon-ecr-login@v2
with:
registry-type: public
- name: Docker meta configuration (set image and tag)
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker_ecr_arch64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
aws-region: eu-north-1
- name: Login to ECR
id: login-ecr-eu-north
uses: aws-actions/amazon-ecr-login@v1
uses: aws-actions/amazon-ecr-login@v2
- name: Setup docker buildx
uses: docker/setup-buildx-action@v2
- name: Docker meta configuration (set image and tag)
Expand Down

0 comments on commit 776f26b

Please sign in to comment.