We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c6993a commit ff67384Copy full SHA for ff67384
.github/workflows/docker-image-release.yml
@@ -81,7 +81,8 @@ jobs:
81
82
- name: Authenticate to GCR
83
run: |
84
- gcloud auth --project=${GCP_PROJECT} configure-docker ${GCP_REGION}-docker.pkg.dev --quiet
+ gcloud auth --project=${GCP_PROJECT} configure-docker ${GCP_REGION}-docker.pkg.dev --quiet |
85
+ gcloud auth list
86
87
- name: Build and push multi-arch Docker image
88
uses: docker/build-push-action@v6
0 commit comments