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

This commit is contained in:
2023-03-17 22:30:22 +01:00
parent bb2cc55ba1
commit 2c2fe429e7

17
.woodpecker/build-dev.yml Normal file
View File

@@ -0,0 +1,17 @@
when:
branch: dev
pipeline:
build_and_publish:
image: woodpeckerci/plugin-docker-buildx
settings:
username: vistanarvas
password:
from_secret: DOCKERHUB_TOKEN
context: ./build
repo: vistanarvas/${CI_REPO_NAME}
tag: dev
when:
path:
include: [ '.woodpecker/build-dev.yaml', 'build/*', 'Dockerfile' ]
event: [push, manual]