chore(build): do not use secret for username
Some checks failed
ci/woodpecker/push/build Pipeline failed
Some checks failed
ci/woodpecker/push/build Pipeline failed
This commit is contained in:
parent
535d5635cf
commit
a061d51b6a
1 changed files with 1 additions and 2 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue