File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change 28
28
args :
29
29
- buildx
30
30
- build
31
- - --load # https://docs.docker.com/build/drivers/docker-container/#loading-to-local-image-store
31
+ - --push # --load doesn't work with multi-platform builds, so just push from docker build
32
32
- --platform=${_PLATFORMS}
33
33
- --tag=gcr.io/k8s-staging-sig-storage/${_IMAGE}:${_GIT_TAG}
34
34
# using _PULL_BASE_REF as a tag will often just build and overwrite the same 'master' tag,
37
37
- --tag=gcr.io/k8s-staging-sig-storage/${_IMAGE}:${_PULL_BASE_REF}
38
38
- --tag=gcr.io/k8s-staging-sig-storage/${_IMAGE}:latest
39
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
You can’t perform that action at this time.
0 commit comments