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 f2cd2d9 commit 3f493a1Copy full SHA for 3f493a1
.github/workflows/build.yml
@@ -15,7 +15,6 @@ jobs:
15
go: [ '1.14' ]
16
name: Build ${{ matrix.go }}
17
steps:
18
- - run: echo '${{ github.ref }}'
19
- uses: aws-actions/configure-aws-credentials@v1
20
with:
21
aws-access-key-id: ${{ secrets.SIGSCI_PROD_ACCESS_KEY_ID }}
@@ -26,7 +25,7 @@ jobs:
26
25
- name: build
27
run: ./scripts/build.sh
28
- name: upload
29
- if: ${{ github.ref }} == "/refs/heads/master"
+ if: ${{ github.ref == '/refs/heads/master' }}
30
run: |
31
aws ecr get-login-password --region us-west-2 | docker login --username AWS --password-stdin 803688608479.dkr.ecr.us-west-2.amazonaws.com
32
./upload.sh
0 commit comments