Update '.woodpecker/build.yml'
This commit is contained in:
@@ -1,4 +1,14 @@
|
|||||||
pipeline:
|
pipeline:
|
||||||
|
check_base:
|
||||||
|
image: vistanarvas/container-update-checker:latest
|
||||||
|
secrets: [ DOCKERHUB_TOKEN ]
|
||||||
|
environment:
|
||||||
|
DOCKER_USERNAME: vistanarvas
|
||||||
|
BASE: alpine:latest
|
||||||
|
TARGET: vistanarvas/${CI_REPO_NAME}:latest
|
||||||
|
when:
|
||||||
|
cron: nightly
|
||||||
|
event: cron
|
||||||
build_and_publish:
|
build_and_publish:
|
||||||
image: woodpeckerci/plugin-docker-buildx
|
image: woodpeckerci/plugin-docker-buildx
|
||||||
settings:
|
settings:
|
||||||
@@ -12,4 +22,5 @@ pipeline:
|
|||||||
when:
|
when:
|
||||||
path:
|
path:
|
||||||
include: [ '.woodpecker/build.yml', 'build/*' ]
|
include: [ '.woodpecker/build.yml', 'build/*' ]
|
||||||
event: [push, tag, deployment]
|
cron: nightly
|
||||||
|
event: [push, tag, deployment, cron]
|
||||||
|
|||||||
Reference in New Issue
Block a user