Skip to content

Commit ffd4c1d

Browse files
committed
Add gcloud auth before manifest cretion
Signed-off-by: Patrik Cyvoct <[email protected]>
1 parent 0363876 commit ffd4c1d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,7 @@ push-container: build-container
231231
docker push $(IMAGE_WITH_ARCH)
232232

233233
push-manifest:
234+
gcloud auth configure-docker
234235
docker manifest create --amend $(IMAGE) $(shell echo $(ALL_ARCH) | sed -e "s~[^ ]*~$(IMAGE)\-&~g")
235236
@for arch in $(ALL_ARCH); do docker manifest annotate --arch $${arch} ${IMAGE} ${IMAGE}-$${arch}; done
236237
docker manifest push --purge ${IMAGE}

0 commit comments

Comments
 (0)