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 ff67384 commit 86ded2bCopy full SHA for 86ded2b
.github/workflows/docker-image-release.yml
@@ -81,7 +81,7 @@ 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
0 commit comments