Skip to content

Commit

Permalink
adding gcloud auth for docker to support pushing to gcr
Browse files Browse the repository at this point in the history
  • Loading branch information
abaumann committed Mar 28, 2024
1 parent 458fba7 commit 3345ce0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish-to-gcr-ghcr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
- name: Building and pushing the image
run: |
docker login ghcr.io -u ${github_username} -p ${github_token}
yes | gcloud auth configure-docker gcr.io
./docker/vm_boot_images/build.sh -P
./docker/vm_boot_images/build.sh -c -P
env:
Expand Down

0 comments on commit 3345ce0

Please sign in to comment.