docker buildx: set --no-cache
All checks were successful
ci/woodpecker/push/lint Pipeline was successful
ci/woodpecker/push/build Pipeline was successful

This commit is contained in:
Michael Grote 2024-07-26 00:15:44 +02:00
parent e472edf9ca
commit 9d98038a7a

View file

@ -44,6 +44,7 @@ steps:
- docker buildx inspect --bootstrap - docker buildx inspect --bootstrap
- | - |
docker buildx build \ docker buildx build \
--no-cache \
--platform=linux/amd64 \ --platform=linux/amd64 \
--push \ --push \
--tag registry.mgrote.net/${CI_REPO_NAME}:${CI_COMMIT_SHA:0:8} \ --tag registry.mgrote.net/${CI_REPO_NAME}:${CI_COMMIT_SHA:0:8} \