From f5cfb0d57dab702f97d62afb93cc6e68def85a3f Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Sun, 26 Nov 2023 13:44:25 +0100 Subject: [PATCH] revert caching for container builds --- .woodpecker/build-container.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.woodpecker/build-container.yml b/.woodpecker/build-container.yml index e49469d..735ce69 100644 --- a/.woodpecker/build-container.yml +++ b/.woodpecker/build-container.yml @@ -11,7 +11,6 @@ steps: settings: containerfile: Containerfile output: type=oci,dest=oci/${CI_REPO_NAME},tar=false - cache_to: type=local,dest=oci/${CI_REPO_NAME} repo: thegeeklab/${CI_REPO_NAME} security-scan: @@ -39,8 +38,6 @@ steps: repo: thegeeklab/${CI_REPO_NAME} username: from_secret: docker_username - cache_from: - - 'type=local\\,dest=oci/${CI_REPO_NAME}' when: - event: [tag] - event: [push, manual] @@ -60,8 +57,6 @@ steps: repo: quay.io/thegeeklab/${CI_REPO_NAME} username: from_secret: quay_username - cache_from: - - 'type=local\\,dest=oci/${CI_REPO_NAME}' when: - event: [tag] - event: [push, manual]