We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5fc4c3b + bc000d7 commit 9ad2990Copy full SHA for 9ad2990
cloudbuild.yaml
@@ -28,7 +28,7 @@ steps:
28
args:
29
- buildx
30
- build
31
- - --load # https://docs.docker.com/build/drivers/docker-container/#loading-to-local-image-store
+ - --push # --load doesn't work with multi-platform builds, so just push from docker build
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,
@@ -37,7 +37,3 @@ steps:
37
- --tag=gcr.io/k8s-staging-sig-storage/${_IMAGE}:${_PULL_BASE_REF}
38
- --tag=gcr.io/k8s-staging-sig-storage/${_IMAGE}:latest
39
- .
40
-images:
41
- - gcr.io/k8s-staging-sig-storage/${_IMAGE}:${_GIT_TAG}
42
- - gcr.io/k8s-staging-sig-storage/${_IMAGE}:${_PULL_BASE_REF}
43
- - gcr.io/k8s-staging-sig-storage/${_IMAGE}:latest
0 commit comments