configure docker before push
This commit is contained in:
parent
5ed1a3a2d1
commit
ec40614f4b
3
.github/workflows/master.yml
vendored
3
.github/workflows/master.yml
vendored
@ -35,6 +35,9 @@ jobs:
|
||||
version: ${{env.GCLOUD_VERSION}}
|
||||
service_account_key: ${{ secrets.ARTIFACTS_GCLOUD_ACCOUNT_BASE64 }}
|
||||
|
||||
- name: 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