Skip to content

Commit

Permalink
bump amazon-ecr-login version
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladislav Volodkin committed Oct 16, 2023
1 parent 7b13022 commit e8a821e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/container-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@ jobs:
aws-region: ${{ env.REGION }}
# - name: Login to Amazon ECR Public
# id: login-ecr-public
# uses: aws-actions/amazon-ecr-login@v1
# uses: aws-actions/amazon-ecr-login@v2
# with:
# registry-type: public
- name: Login to Amazon ECR
id: login-ecr
uses: aws-actions/amazon-ecr-login@v1
uses: aws-actions/amazon-ecr-login@v2
- name: Build, tag, and push docker image to Amazon ECR Public Repository
env:
REGISTRY: ${{ steps.login-ecr-public.outputs.registry }}
Expand Down

0 comments on commit e8a821e

Please sign in to comment.