From c7b824c8e412ae976e98c3c1b97fd662c0d3d527 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Mon, 12 Feb 2024 15:21:14 +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 f0de400..f0aa7aa 100644 --- a/.woodpecker/build-container.yml +++ b/.woodpecker/build-container.yml @@ -12,7 +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,dest=oci/cache/${CI_REPO_NAME},mode=max - name: security-scan image: ghcr.io/aquasecurity/trivy