need these arguments to get split

This commit is contained in:
El RIDO 2021-10-14 20:56:14 +02:00
parent 0fa6605d91
commit 10af547866
No known key found for this signature in database
GPG key ID: 0F5C940A6BD81F92

View file

@ -16,7 +16,7 @@ build_image() {
--output type=image \ --output type=image \
--pull \ --pull \
--no-cache \ --no-cache \
"$@" \ $@ \
. .
} }
@ -25,7 +25,7 @@ push_image() {
--platform linux/amd64,linux/386,linux/arm/v6,linux/arm/v7,linux/arm64,linux/ppc64le \ --platform linux/amd64,linux/386,linux/arm/v6,linux/arm/v7,linux/arm64,linux/ppc64le \
--progress plain \ --progress plain \
--push \ --push \
"$@" \ $@ \
. .
} }