chore(build): do not use secret for username
Some checks failed
ci/woodpecker/push/build Pipeline failed

This commit is contained in:
pips 2025-08-23 16:51:09 +02:00
parent 535d5635cf
commit a061d51b6a

View file

@ -9,8 +9,7 @@ steps:
registry: ${CI_FORGE_URL##https://} registry: ${CI_FORGE_URL##https://}
repo: ${CI_REPO_OWNER}/${CI_REPO_NAME} repo: ${CI_REPO_OWNER}/${CI_REPO_NAME}
auto-tag: true auto-tag: true
username: username: pips
from_secret: forge-username
password: password:
from_secret: forge-token from_secret: forge-token
build-args: --reproducible build-args: --reproducible