Files
container-update-checker/.woodpecker/build-dev.yml
vista 312fa12d04
Some checks failed
ci/woodpecker/push/build-dev Pipeline failed
Update '.woodpecker/build-dev.yml'
2023-03-20 19:21:52 +01:00

21 lines
742 B
YAML

when:
branch: dev
path:
include: [ '.woodpecker/build-dev.yml', 'Dockerfile', 'check.sh' ]
pipeline:
build_and_publish:
image: woodpeckerci/plugin-docker-buildx:latest
secrets: [ dockerhub_token, gitea_token ]
repo: vistanarvas/${CI_REPO_NAME},https://git.narvas.tech/vista/${CI_REPO_NAME}
tag: dev
settings:
logins:
- registry: https://index.docker.io/v2/
username: vistanarvas
password:
from_secret: dockerhub_token
- registry: https://git.narvas.tech/
username: vista
password:
from_secret: gitea_token