docker-build: fix cache
Signed-off-by: Frank Villaro-Dixon <frank@villaro-dixon.eu>
This commit is contained in:
parent
98f56b5013
commit
d43d090a04
1 changed files with 0 additions and 3 deletions
|
@ -33,10 +33,7 @@ docker-build-commit:
|
|||
extends: .docker_build
|
||||
script: |
|
||||
/kaniko/executor \
|
||||
--force \
|
||||
--cache=true \
|
||||
--cache-copy-layers \
|
||||
--cache-repo=$CI_REGISTRY \
|
||||
--context "${CI_PROJECT_DIR}/${DOCKERFILE_LOCATION}" \
|
||||
--dockerfile "${CI_PROJECT_DIR}/${DOCKERFILE_LOCATION}/${DOCKERFILE_NAME}" \
|
||||
--destination "${CI_REGISTRY_IMAGE}/${CI_COMMIT_REF_NAME}:${CI_COMMIT_SHORT_SHA}" \
|
||||
|
|
Loading…
Reference in a new issue