Skip to content

Commit

Permalink
Correct login id
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewnicols committed Aug 9, 2023
1 parent 8abf3eb commit dfc41f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
aws-region: us-east-1

- name: Login to Amazon ECR
id: login-ecr
- name: Login to Amazon ECR Pubilc
id: login-ecr-public
uses: aws-actions/amazon-ecr-login@v1
with:
registry-type: public
Expand Down

0 comments on commit dfc41f1

Please sign in to comment.