From 8af4ca525aaac38cfc7fa8fb767280fb31a0b80c Mon Sep 17 00:00:00 2001 From: Maple Date: Sat, 31 Jan 2026 22:20:18 +0100 Subject: [PATCH] add image cache --- .gitlab-ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index fad0b25..900885c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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