change cache path

This commit is contained in:
Hackintosh Five 2023-06-19 13:01:53 +01:00
parent 12375a4d52
commit 22a1bba37b

View File

@ -12,7 +12,7 @@ build:
- .cache/
script:
- /kaniko/executor
--cache --cache-repo=oci:$(pwd)/.cache/ --compressed-caching=false --use-new-run
--cache --cache-repo=oci:$(pwd)/.cache/cache --compressed-caching=false --use-new-run
--context "${CI_PROJECT_DIR}"
--dockerfile "${CI_PROJECT_DIR}/Dockerfile"
--destination "${CI_REGISTRY_IMAGE}:${CI_COMMIT_SHA}"