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 a9a116b commit c7538d7Copy full SHA for c7538d7
.github/workflows/build.yml
@@ -24,7 +24,7 @@ jobs:
24
- name: build
25
run: ./scripts/build.sh
26
- name: upload
27
- if: ${{ github.ref == '/refs/heads/master' }}
+ if: ${{ github.ref == 'refs/heads/master' }}
28
run: |
29
aws ecr get-login-password --region us-west-2 | docker login --username AWS --password-stdin 803688608479.dkr.ecr.us-west-2.amazonaws.com
30
./upload.sh
0 commit comments