Test disabling cache repo

This commit is contained in:
Hackintosh Five 2023-06-19 11:00:20 +01:00
parent 39f942c808
commit 11c52cecc9

View File

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