We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f08504e commit 159bc9dCopy full SHA for 159bc9d
.github/workflows/build.yml
@@ -20,7 +20,7 @@ jobs:
20
uses: actions/checkout@v2
21
- name: Run make script
22
run: |
23
- $(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
24
./make.sh
25
env:
26
PROD_ID: ${{ secrets.SIGSCI_PROD_CANONICAL_ID }}
0 commit comments