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.
2 parents a6e7f6e + 36c0c04 commit fa0f51fCopy full SHA for fa0f51f
.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/main' }}
+ if: ${{ github.ref == 'refs/heads/main' }}
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