Skip to content

Commit

Permalink
Fix amazon-ecr-login Github action name
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron Carlucci committed Nov 27, 2023
1 parent e921019 commit 8bf12a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
# Docker section
- name: Login to AWS ECR
id: login-ecr
uses: aws-actions/aws-ecr-login@v2
uses: aws-actions/amazon-ecr-login@v2

- name: Build, tag and push docker image to ECR
id: build-image
Expand Down

0 comments on commit 8bf12a7

Please sign in to comment.