need these arguments to get split
This commit is contained in:
parent
0fa6605d91
commit
10af547866
1 changed files with 2 additions and 2 deletions
|
@ -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 \
|
||||||
"$@" \
|
$@ \
|
||||||
.
|
.
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue