From cce730b2fa2c7e5e7f8f0f0d8482f23b660c4ac4 Mon Sep 17 00:00:00 2001 From: Wolfgang Hottgenroth Date: Fri, 21 Nov 2025 13:44:23 +0100 Subject: [PATCH] registry cache --- .woodpecker/build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.woodpecker/build.yml b/.woodpecker/build.yml index 15ef92c..3888edb 100644 --- a/.woodpecker/build.yml +++ b/.woodpecker/build.yml @@ -10,6 +10,7 @@ steps: image: plugins/kaniko settings: repo: ${FORGE_NAME}/${CI_REPO}/${APP} + registry_mirror: http://dockerhub-cache.gitea.svc.cluster.local:5000 registry: from_secret: container_registry auto_tag: true