Update '.woodpecker/build-dev.yml'
This commit is contained in:
@@ -1,5 +1,8 @@
|
|||||||
when:
|
when:
|
||||||
branch: dev
|
branch: dev
|
||||||
|
event: [push, manual]
|
||||||
|
path:
|
||||||
|
include: [ '.woodpecker/build-dev.yaml', 'build/*', 'Dockerfile' ]
|
||||||
|
|
||||||
pipeline:
|
pipeline:
|
||||||
build_and_publish:
|
build_and_publish:
|
||||||
@@ -11,7 +14,3 @@ pipeline:
|
|||||||
context: ./build
|
context: ./build
|
||||||
repo: vistanarvas/${CI_REPO_NAME}
|
repo: vistanarvas/${CI_REPO_NAME}
|
||||||
tag: dev
|
tag: dev
|
||||||
when:
|
|
||||||
path:
|
|
||||||
include: [ '.woodpecker/build-dev.yaml', 'build/*', 'Dockerfile' ]
|
|
||||||
event: [push, manual]
|
|
||||||
|
|||||||
Reference in New Issue
Block a user