dont use cache
This commit is contained in:
parent
44bbd2acc0
commit
86ffe3e086
|
@ -9,4 +9,4 @@ export DOCKER_CLI_EXPERIMENTAL="enabled"
|
|||
docker buildx use multiarch-builder
|
||||
|
||||
# Build & push latest
|
||||
docker buildx build -t ${REPO}/${IMAGE}:latest --compress --push --platform "${PLATFORMS}" .
|
||||
docker buildx build -t ${REPO}/${IMAGE}:latest --pull --no-cache --compress --push --platform "${PLATFORMS}" .
|
||||
|
|
Loading…
Reference in New Issue