Compare commits

...

1 commit

Author SHA1 Message Date
7cb68c2de4 fix: correctly use secrets for woodpecker
Some checks failed
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/pr/woodpecker Pipeline failed
2023-10-22 11:24:56 +02:00

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,9 +79,9 @@ 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: