fix: correctly use secrets for woodpecker
Some checks failed
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/pr/woodpecker Pipeline failed

This commit is contained in:
Melora Hugues 2023-10-22 11:12:49 +02:00
parent 39ed7aa07f
commit 7cb68c2de4

View file

@ -41,9 +41,9 @@ steps:
registry: git.faercol.me registry: git.faercol.me
tags: latest tags: latest
username: username:
from_secret: GIT_USERNAME from_secret: git_username
password: password:
from_secret: GIT_PASSWORD from_secret: git_password
platforms: platforms:
- linux/amd64 - linux/amd64
# - linux/arm64 # - linux/arm64
@ -79,10 +79,10 @@ steps:
- linux/amd64 - linux/amd64
# - linux/arm64 # - linux/arm64
username: username:
from_secret: GIT_USERNAME from_secret: git_username
password: password:
from_secret: GIT_PASSWORD from_secret: git_password
trigger: trigger:
event: event:
- tag - tag