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 2828 args :
2929 - buildx
3030 - 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
3232 - --platform=${_PLATFORMS}
3333 - --tag=gcr.io/k8s-staging-sig-storage/${_IMAGE}:${_GIT_TAG}
3434 # using _PULL_BASE_REF as a tag will often just build and overwrite the same 'master' tag,
3737 - --tag=gcr.io/k8s-staging-sig-storage/${_IMAGE}:${_PULL_BASE_REF}
3838 - --tag=gcr.io/k8s-staging-sig-storage/${_IMAGE}:latest
3939 - .
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