proper quoting
This commit is contained in:
parent
9b0301e2ee
commit
de2c135fef
1 changed files with 4 additions and 4 deletions
|
@ -10,11 +10,11 @@ VERSION=${GITHUB_REF##*/}
|
|||
EVENT=$1
|
||||
[ "${EVENT}" = "schedule" ] && VERSION=nightly
|
||||
|
||||
BUILDX_ARGS=--tag ${IMAGE}:latest \
|
||||
BUILDX_ARGS="--tag ${IMAGE}:latest \
|
||||
--tag ${IMAGE}:${VERSION} --tag ${IMAGE}:${VERSION%%-*} \
|
||||
--platform ${QEMU_PLATFORMS} .
|
||||
BUILDX_EDGE_ARGS=--tag ${IMAGE}:edge \
|
||||
--platform ${QEMU_PLATFORMS} -f Dockerfile-edge .
|
||||
--platform ${QEMU_PLATFORMS} ."
|
||||
BUILDX_EDGE_ARGS="--tag ${IMAGE}:edge \
|
||||
--platform ${QEMU_PLATFORMS} -f Dockerfile-edge ."
|
||||
|
||||
# build images
|
||||
docker build --no-cache --pull --output "type=image,push=false" ${BUILDX_ARGS}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue