Skip to content

Commit 159bc9d

Browse files
committed
Update to new ecr get-login-password call
1 parent f08504e commit 159bc9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
uses: actions/checkout@v2
2121
- name: Run make script
2222
run: |
23-
$(aws ecr get-login --registry-ids 803688608479 --region us-west-2 --no-include-email)
23+
aws ecr get-login-password --region us-west-2 | docker login --username AWS --password-stdin 803688608479.dkr.ecr.us-west-2.amazonaws.com
2424
./make.sh
2525
env:
2626
PROD_ID: ${{ secrets.SIGSCI_PROD_CANONICAL_ID }}

0 commit comments

Comments
 (0)