add image cache
This commit is contained in:
parent
d483b230e4
commit
8af4ca525a
1 changed files with 6 additions and 0 deletions
|
|
@ -1,5 +1,11 @@
|
|||
default:
|
||||
image: quay.io/podman/stable
|
||||
cache:
|
||||
key: image-cache
|
||||
paths:
|
||||
- /var/lib/containers/storage
|
||||
- /run/containers/storage
|
||||
- .local/share/containers/storage
|
||||
before_script:
|
||||
- git submodule update --init
|
||||
- podman login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue