Skip to content

Commit

Permalink
Merge pull request kubernetes-sigs#86 from BlaineEXE/load-images-duri…
Browse files Browse the repository at this point in the history
…ng-build

cloudbuild: use --load flag to allow pushing images
  • Loading branch information
k8s-ci-robot authored Sep 14, 2023
2 parents 25cd40b + 6daf4ce commit 5fc4c3b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ steps:
args:
- buildx
- build
- --load # https://docs.docker.com/build/drivers/docker-container/#loading-to-local-image-store
- --platform=${_PLATFORMS}
- --tag=gcr.io/k8s-staging-sig-storage/${_IMAGE}:${_GIT_TAG}
# using _PULL_BASE_REF as a tag will often just build and overwrite the same 'master' tag,
Expand Down

0 comments on commit 5fc4c3b

Please sign in to comment.