fix in ci script
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
2025-07-09 11:44:18 +02:00
parent 9afa00f61f
commit e3043c5646

View File

@ -41,7 +41,10 @@ steps:
repo: ${FORGE_NAME}/${CI_REPO} repo: ${FORGE_NAME}/${CI_REPO}
registry: registry:
from_secret: container_registry from_secret: container_registry
tags: latest,${CI_COMMIT_SHA},${CI_COMMIT_TAG} tags:
- latest
- ${CI_COMMIT_SHA}
- ${CI_COMMIT_TAG}
username: username:
from_secret: container_registry_username from_secret: container_registry_username
password: password: