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 6efc3d0 commit 14769b3Copy full SHA for 14769b3
1 file changed
.github/workflows/main.yml
@@ -145,4 +145,4 @@ jobs:
145
run: |
146
docker buildx imagetools create \
147
-t gcr.io/${PROJECT_ID}/${IMAGE_NAME}:${COMMIT_SHORT_SHA} \
148
- $(printf 'gcr.io/${PROJECT_ID}/${IMAGE_NAME}@sha256:%s ' *)
+ $(printf "gcr.io/${PROJECT_ID}/${IMAGE_NAME}@sha256:%s " *)
0 commit comments