yaml typo
This commit is contained in:
parent
ec40614f4b
commit
bc8c9f973c
5
.github/workflows/master.yml
vendored
5
.github/workflows/master.yml
vendored
@ -36,8 +36,9 @@ jobs:
|
||||
service_account_key: ${{ secrets.ARTIFACTS_GCLOUD_ACCOUNT_BASE64 }}
|
||||
|
||||
- name: Configure docker
|
||||
run: gcloud auth configure-docker
|
||||
|
||||
run: |
|
||||
gcloud auth configure-docker
|
||||
|
||||
- name: Upload image
|
||||
run: |
|
||||
docker push gcr.io/$ARTIFACTS_PROJECT_ID/windshaft:${GITHUB_REF##*/}
|
||||
|
Loading…
Reference in New Issue
Block a user