Update '.woodpecker/build.yml'
Some checks failed
ci/woodpecker/push/build Pipeline failed

This commit is contained in:
2023-04-04 12:07:14 +02:00
parent 017813aef2
commit 0e54e70084

View File

@@ -24,9 +24,16 @@ pipeline:
cron: nightly
image: woodpeckerci/plugin-docker-buildx
settings:
username: vistanarvas
password:
from_secret: DOCKERHUB_TOKEN
context: ./build
repo: vistanarvas/${CI_REPO_NAME}
repo: vistanarvas/msmtp,git.narvas.tech/vista/msmtp
auto_tag: true
logins:
# Default DockerHub login
- registry: https://index.docker.io/v1/
username: vistanarvas
password:
from_secret: DOCKERHUB_TOKEN
# Additional Gitea login
- registry: https://git.narvas.tech
username: vista
password:
from_secret: GITEA_TOKEN