Skip to content

Commit

Permalink
Change command
Browse files Browse the repository at this point in the history
  • Loading branch information
jbi89 committed May 11, 2023
1 parent 61a95aa commit 15e946f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: AWS ECR Log In
run: |
$(aws ecr get-login --registry-ids 400869475597 --no-include-email --region us-east-1)
aws ecr get-login-password --region us-east-1 | docker login --username AWS --password-stdin 400869475597.dkr.ecr.us-east-1.amazonaws.com
- name: Push the Docker container
shell: bash
Expand Down

0 comments on commit 15e946f

Please sign in to comment.