still doesn't use the local image

This commit is contained in:
El RIDO 2021-10-14 21:32:23 +02:00
parent a9c18233c8
commit 541efff0cf
No known key found for this signature in database
GPG key ID: 0F5C940A6BD81F92

View file

@ -12,7 +12,6 @@ EDGE=false
build_image() {
# shellcheck disable=SC2068
docker build \
--platform linux/amd64,linux/386,linux/arm/v6,linux/arm/v7,linux/arm64,linux/ppc64le \
--pull \
--no-cache \
--load \
@ -24,6 +23,8 @@ push_image() {
# shellcheck disable=SC2068
docker buildx build \
--platform linux/amd64,linux/386,linux/arm/v6,linux/arm/v7,linux/arm64,linux/ppc64le \
--pull \
--no-cache \
--push \
$@ \
.