Skip to content

Commit 5fc4c3b

Browse files
authored
Merge pull request kubernetes-retired#86 from BlaineEXE/load-images-during-build
cloudbuild: use --load flag to allow pushing images
2 parents 25cd40b + 6daf4ce commit 5fc4c3b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: cloudbuild.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ steps:
2828
args:
2929
- buildx
3030
- build
31+
- --load # https://docs.docker.com/build/drivers/docker-container/#loading-to-local-image-store
3132
- --platform=${_PLATFORMS}
3233
- --tag=gcr.io/k8s-staging-sig-storage/${_IMAGE}:${_GIT_TAG}
3334
# using _PULL_BASE_REF as a tag will often just build and overwrite the same 'master' tag,

0 commit comments

Comments
 (0)