Add '.woodpecker/build-dev.yml'
This commit is contained in:
17
.woodpecker/build-dev.yml
Normal file
17
.woodpecker/build-dev.yml
Normal 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]
|
||||
Reference in New Issue
Block a user