Skip to content
Snippets Groups Projects
Commit afcfa107 authored by Jan Hartig's avatar Jan Hartig
Browse files

Try caching

parent c9ede602
No related branches found
No related tags found
No related merge requests found
Pipeline #30552 passed
...@@ -17,6 +17,9 @@ build: ...@@ -17,6 +17,9 @@ build:
echo "Running on branch '$CI_COMMIT_BRANCH': tag = $tag" echo "Running on branch '$CI_COMMIT_BRANCH': tag = $tag"
fi fi
- /kaniko/executor - /kaniko/executor
--cache=true
--cache-copy-layers=true
--cache-repo "$CI_REGISTRY_IMAGE/cache"
--context "${CI_PROJECT_DIR}" --context "${CI_PROJECT_DIR}"
--build-arg http_proxy=$http_proxy --build-arg http_proxy=$http_proxy
--build-arg https_proxy=$https_proxy --build-arg https_proxy=$https_proxy
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment