From d9f1d0e736b439aa40f700f2cd45efa74ff2acc1 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Mon, 12 Feb 2024 15:20:22 +0100 Subject: [PATCH] test image build caching --- .woodpecker/build-container.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.woodpecker/build-container.yml b/.woodpecker/build-container.yml index b22a56d..f0de400 100644 --- a/.woodpecker/build-container.yml +++ b/.woodpecker/build-container.yml @@ -12,8 +12,7 @@ steps: containerfile: Containerfile 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},mode=max' + cache_to: type=local,src=oci/cache/${CI_REPO_NAME},mode=max - name: security-scan image: ghcr.io/aquasecurity/trivy