Skip to content

Commit

Permalink
Update to new ecr get-login-password call
Browse files Browse the repository at this point in the history
  • Loading branch information
rell-fastly committed Mar 30, 2021
1 parent f08504e commit 159bc9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: actions/checkout@v2
- name: Run make script
run: |
$(aws ecr get-login --registry-ids 803688608479 --region us-west-2 --no-include-email)
aws ecr get-login-password --region us-west-2 | docker login --username AWS --password-stdin 803688608479.dkr.ecr.us-west-2.amazonaws.com
./make.sh
env:
PROD_ID: ${{ secrets.SIGSCI_PROD_CANONICAL_ID }}

0 comments on commit 159bc9d

Please sign in to comment.