Skip to content

Commit

Permalink
add: gcloud docker config command
Browse files Browse the repository at this point in the history
  • Loading branch information
JangAyeon committed Apr 14, 2024
1 parent a0d0451 commit d79e39f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,9 @@ jobs:
project_id: ${{secrets.GOOGLE_PROJECT}}
service_account_key: ${{secrets.GOOGLE_APPLICATION_CREDENTIALS}}
export_default_credentials: true
- run: |
gcloud auth configure-docker us-central1-docker.pkg.dev
- name: build and push docker image
env:
GOOGLE_PROJECT: ${{secrets.GOOGLE_PROJECT}}

0 comments on commit d79e39f

Please sign in to comment.