From 975a1600f1f0de06fa822bcc185bd01f7aaf07a6 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Mon, 12 Feb 2024 15:19:13 +0100 Subject: [PATCH] test image build caching --- .woodpecker/build-container.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker/build-container.yml b/.woodpecker/build-container.yml index 8a9c023..b22a56d 100644 --- a/.woodpecker/build-container.yml +++ b/.woodpecker/build-container.yml @@ -13,7 +13,7 @@ steps: output: type=oci,dest=oci/${CI_REPO_NAME},tar=false repo: thegeeklab/${CI_REPO_NAME} cache_to: - - 'type=local\\,src=oci/cache/${CI_REPO_NAME}' + - 'type=local\\,src=oci/cache/${CI_REPO_NAME},mode=max' - name: security-scan image: ghcr.io/aquasecurity/trivy