Update '.woodpecker/build-dev.yml'
All checks were successful
ci/woodpecker/push/build-dev Pipeline was successful

This commit is contained in:
2023-03-20 20:02:24 +01:00
parent 6dd9032f10
commit dd3e15f046

View File

@@ -14,10 +14,24 @@ pipeline:
# tag: dev
build_and_publish_gitea:
image: woodpeckerci/plugin-docker-buildx
registry: https://git.narvas.tech
registry: git.narvas.tech
settings:
username: vista
password:
from_secret: GITEA_TOKEN
repo: vista/${CI_REPO_NAME}
repo: vistanarvas/container-update-checker,git.narvas.tech/vista/container-update-checker
tag: dev
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
# settings:
# username: vista
# password:
# from_secret: GITEA_TOKEN
# repo: vista/${CI_REPO_NAME}
# tag: dev