We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 25cd40b + 6daf4ce commit 5fc4c3bCopy full SHA for 5fc4c3b
cloudbuild.yaml
@@ -28,6 +28,7 @@ steps:
28
args:
29
- buildx
30
- build
31
+ - --load # https://docs.docker.com/build/drivers/docker-container/#loading-to-local-image-store
32
- --platform=${_PLATFORMS}
33
- --tag=gcr.io/k8s-staging-sig-storage/${_IMAGE}:${_GIT_TAG}
34
# using _PULL_BASE_REF as a tag will often just build and overwrite the same 'master' tag,
0 commit comments