Skip to content

Commit

Permalink
Support login to public ECR (#404)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoelBCarter committed Apr 13, 2022
1 parent 732e812 commit 499a682
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy-beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ jobs:
- name: Login to Amazon ECR
id: login-ecr
uses: aws-actions/amazon-ecr-login@aaf69d68aa3fb14c1d5a6be9ac61fe15b48453a2
with:
registries: public.ecr.aws/t4x5y6n8

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

0 comments on commit 499a682

Please sign in to comment.