Skip to content

Commit 48fe566

Browse files
author
Álvaro Manera
committed
configure docker to push
1 parent 95cf039 commit 48fe566

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/master.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ jobs:
3535
version: ${{env.GCLOUD_VERSION}}
3636
service_account_key: ${{ secrets.ARTIFACTS_GCLOUD_ACCOUNT_BASE64 }}
3737

38+
- name: Configure docker
39+
run: gcloud auth configure-docker
40+
3841
- name: Upload image
3942
run: |
4043
docker push gcr.io/$ARTIFACTS_PROJECT_ID/sql-api:${GITHUB_REF##*/}

0 commit comments

Comments
 (0)