Update '.woodpecker/build.yml'
[SKIP CI]
This commit is contained in:
@@ -1,5 +1,9 @@
|
|||||||
when:
|
when:
|
||||||
branch: master
|
branch: master
|
||||||
|
event: [push, tag, deployment, cron, manual]
|
||||||
|
cron: nightly
|
||||||
|
path:
|
||||||
|
include: [ '.woodpecker/build.yml', 'build/*', 'Dockerfile' ]
|
||||||
|
|
||||||
pipeline:
|
pipeline:
|
||||||
check_base:
|
check_base:
|
||||||
@@ -23,8 +27,3 @@ pipeline:
|
|||||||
context: ./build
|
context: ./build
|
||||||
repo: vistanarvas/${CI_REPO_NAME}
|
repo: vistanarvas/${CI_REPO_NAME}
|
||||||
auto_tag: true
|
auto_tag: true
|
||||||
when:
|
|
||||||
path:
|
|
||||||
include: [ '.woodpecker/build.yml', 'build/*', 'Dockerfile' ]
|
|
||||||
cron: nightly
|
|
||||||
event: [push, tag, deployment, cron, manual]
|
|
||||||
|
|||||||
Reference in New Issue
Block a user