docker buildx: set --no-cache

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 build \
--no-cache \
--platform=linux/amd64 \
--push \
--tag registry.mgrote.net/${CI_REPO_NAME}:${CI_COMMIT_SHA:0:8} \