From e3043c5646199b58c7d96ad1d92fda0d1dfe6d51 Mon Sep 17 00:00:00 2001 From: Wolfgang Hottgenroth Date: Wed, 9 Jul 2025 11:44:18 +0200 Subject: [PATCH] fix in ci script --- .woodpecker.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 5a049a5..b2e3056 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -41,7 +41,10 @@ steps: repo: ${FORGE_NAME}/${CI_REPO} registry: from_secret: container_registry - tags: latest,${CI_COMMIT_SHA},${CI_COMMIT_TAG} + tags: + - latest + - ${CI_COMMIT_SHA} + - ${CI_COMMIT_TAG} username: from_secret: container_registry_username password: