Skip to content
Snippets Groups Projects
Verified Commit 0120c2f0 authored by David Mehren's avatar David Mehren
Browse files

Disable kaniko caching

parent 9c429486
No related branches found
No related tags found
No related merge requests found
Pipeline #60684 passed
......@@ -10,7 +10,7 @@ before_script:
build-main:
script:
- /kaniko/executor
--cache=true --cache-copy-layers=true --cache-ttl=24h
--snapshotMode=redo
--build-arg LDAP_PLUGIN_URL="${LDAP_PLUGIN_URL}"
--build-arg TEXLIVE_IMAGE="${TEXLIVE_IMAGE}"
--build-arg login_text="${LOGIN_TEXT}"
......@@ -25,7 +25,7 @@ build-main:
build:
script:
- /kaniko/executor
--cache=true --cache-copy-layers=true --cache-ttl=24h
--snapshotMode=redo
--build-arg LDAP_PLUGIN_URL="${LDAP_PLUGIN_URL}"
--build-arg TEXLIVE_IMAGE="${TEXLIVE_IMAGE}"
--build-arg login_text="${LOGIN_TEXT}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment