21 lines
705 B
YAML
21 lines
705 B
YAML
when:
|
|
branch: dev
|
|
path:
|
|
include: [ '.woodpecker/build-dev.yml', 'Dockerfile', 'check.sh' ]
|
|
|
|
pipeline:
|
|
build_and_publish:
|
|
image: woodpeckerci/plugin-docker-buildx
|
|
secrets: [ dockerhub_token, gitea_token ]
|
|
settings:
|
|
repo: vistanarvas/${CI_REPO_NAME}
|
|
tag: dev
|
|
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 |