Skip to content
Snippets Groups Projects
Commit 5258ae46 authored by Roang's avatar Roang
Browse files

Update cache settings

* Add kaniko cache
* Add pdm cache
parent 74a39e75
No related branches found
No related tags found
No related merge requests found
...@@ -25,9 +25,13 @@ workflow: ...@@ -25,9 +25,13 @@ workflow:
# Use build cache to speed up CI # Use build cache to speed up CI
default: default:
cache: cache:
- key: $CI_COMMIT_REF_SLUG - key: "kaniko-default"
paths:
- .cache/kaniko
- key: "python-default"
paths: paths:
- .cache/pip - .cache/pip
- .cache/pdm
- key: - key:
files: files:
- src/plainui/yarn.lock - src/plainui/yarn.lock
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment