docker buildx: set --no-cache
This commit is contained in:
parent
e472edf9ca
commit
9d98038a7a
1 changed files with 1 additions and 0 deletions
|
@ -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} \
|
||||
|
|
Loading…
Reference in a new issue