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 3b7f35e commit 7849b49Copy full SHA for 7849b49
Makefile
@@ -212,6 +212,7 @@ push-container: build-container
212
docker push $(IMAGE_WITH_ARCH)
213
214
push-manifest:
215
+ gcloud auth configure-docker
216
docker manifest create --amend $(IMAGE) $(shell echo $(ALL_ARCH) | sed -e "s~[^ ]*~$(IMAGE)\-&~g")
217
@for arch in $(ALL_ARCH); do docker manifest annotate --arch $${arch} ${IMAGE} ${IMAGE}-$${arch}; done
218
docker manifest push --purge ${IMAGE}
0 commit comments