From 2488ee92754c4da7391a26dc009b79fbd03150f2 Mon Sep 17 00:00:00 2001 From: Thomas von Dein Date: Fri, 31 Oct 2025 21:58:01 +0100 Subject: [PATCH] use special token with more rights --- .woodpecker/image.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker/image.yaml b/.woodpecker/image.yaml index fa130f6..232195e 100644 --- a/.woodpecker/image.yaml +++ b/.woodpecker/image.yaml @@ -25,6 +25,6 @@ steps: tags: latest,1-${CI_COMMIT_SHA:0:8},${CI_COMMIT_TAG} #username: ${CI_REPO_OWNER} password: - from_secret: DEPLOY_TOKEN + from_secret: REGISTRY_TOKEN when: event: [push]