Files
container-update-checker/.woodpecker/build-dev.yml
vista e0159d3c55
All checks were successful
ci/woodpecker/push/build-dev Pipeline was successful
Update '.woodpecker/build-dev.yml'
2023-03-20 20:43:01 +01:00

23 lines
825 B
YAML

when:
branch: dev
path:
include: [ '.woodpecker/build-dev.yml', 'Dockerfile', 'check.sh' ]
pipeline:
build_and_publish_gitea:
image: woodpeckerci/plugin-docker-buildx
registry: git.narvas.tech
settings:
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