Skip to content
This repository was archived by the owner on Dec 6, 2024. It is now read-only.

Commit db0145d

Browse files
authored
Merge pull request #86 from BlaineEXE/load-images-during-build
cloudbuild: use --load flag to allow pushing images
2 parents 0e8a43a + 806acff commit db0145d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: container-object-storage-interface-controller/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)