Skip to content

Commit ff67384

Browse files
committed
gcloud auth list
1 parent 7c6993a commit ff67384

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/docker-image-release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,8 @@ jobs:
8181

8282
- name: Authenticate to GCR
8383
run: |
84-
gcloud auth --project=${GCP_PROJECT} configure-docker ${GCP_REGION}-docker.pkg.dev --quiet
84+
gcloud auth --project=${GCP_PROJECT} configure-docker ${GCP_REGION}-docker.pkg.dev --quiet |
85+
gcloud auth list
8586
8687
- name: Build and push multi-arch Docker image
8788
uses: docker/build-push-action@v6

0 commit comments

Comments
 (0)