diff --git a/.woodpecker.yml b/.woodpecker.yml index e158a21..fc44e6a 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -41,9 +41,9 @@ steps: registry: git.faercol.me tags: latest username: - from_secret: GIT_USERNAME + from_secret: git_username password: - from_secret: GIT_PASSWORD + from_secret: git_password platforms: - linux/amd64 # - linux/arm64 @@ -79,10 +79,10 @@ steps: - linux/amd64 # - linux/arm64 username: - from_secret: GIT_USERNAME + from_secret: git_username password: - from_secret: GIT_PASSWORD + from_secret: git_password trigger: event: - - tag \ No newline at end of file + - tag