Skip to content

Commit

Permalink
push docker image to GCP registery
Browse files Browse the repository at this point in the history
  • Loading branch information
JangAyeon committed Apr 14, 2024
1 parent 72d7705 commit 5c9b8b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
# Configure docker to use the g cloud command-line tool as a credential helper
- name: gcloud auth configure-docker
run: |
gcloud auth print-access-token | docker login -u oauth2accesstoken --password-stdin https://us-central1-docker.pkg.dev
gcloud auth configure-docker us-central1-docker.pkg.dev
# Build docker image
- name: Build docker image
Expand Down

0 comments on commit 5c9b8b8

Please sign in to comment.