This commit is contained in:
20
.woodpecker/build-dev.yml
Normal file
20
.woodpecker/build-dev.yml
Normal file
@@ -0,0 +1,20 @@
|
|||||||
|
when:
|
||||||
|
branch: dev
|
||||||
|
path:
|
||||||
|
include: [ '.woodpecker/build-dev.yml', 'Dockerfile', 'check.sh' ]
|
||||||
|
|
||||||
|
pipeline:
|
||||||
|
build_and_publish:
|
||||||
|
image: woodpeckerci/plugin-docker-buildx
|
||||||
|
settings:
|
||||||
|
repo: vistanarvas/${CI_REPO_NAME},vista/${CI_REPO_NAME}
|
||||||
|
tag: dev
|
||||||
|
logins:
|
||||||
|
- registry: https://index.docker.io/v1/
|
||||||
|
username: vistanarvas
|
||||||
|
password:
|
||||||
|
from_secret: DOCKERHUB_TOKEN
|
||||||
|
- registry: https://git.narvas.tech/
|
||||||
|
username: vista
|
||||||
|
password:
|
||||||
|
from_secret: GITEA_TOKEN
|
||||||
Reference in New Issue
Block a user