Update '.woodpecker/build.yml'

[skip ci]
This commit is contained in:
2023-03-16 13:24:54 +01:00
parent ff8d6f4390
commit f49d94041f

View File

@@ -1,3 +1,6 @@
when:
branch: master
pipeline: pipeline:
check_base: check_base:
image: vistanarvas/container-update-checker:latest image: vistanarvas/container-update-checker:latest
@@ -21,7 +24,6 @@ pipeline:
repo: vistanarvas/${CI_REPO_NAME} repo: vistanarvas/${CI_REPO_NAME}
auto_tag: true auto_tag: true
when: when:
branch: master
path: path:
include: [ '.woodpecker/build.yml', 'build/*', 'Dockerfile' ] include: [ '.woodpecker/build.yml', 'build/*', 'Dockerfile' ]
cron: nightly cron: nightly