Update '.woodpecker/build.yml'
Some checks failed
ci/woodpecker/push/test Pipeline is pending
ci/woodpecker/push/build Pipeline failed

This commit is contained in:
2023-03-11 21:55:55 +01:00
parent 8d6a479b8c
commit 13f199c06f

View File

@@ -1,4 +1,14 @@
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:
image: woodpeckerci/plugin-docker-buildx
settings:
@@ -12,4 +22,5 @@ pipeline:
when:
path:
include: [ '.woodpecker/build.yml', 'build/*' ]
event: [push, tag, deployment]
cron: nightly
event: [push, tag, deployment, cron]