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

cloudbuild: use --load flag to allow pushing images #86

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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