dont use cache
This commit is contained in:
parent
44bbd2acc0
commit
86ffe3e086
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue