Files
msmtp/.woodpecker/build.yml
vista c761f3aeb9
Some checks failed
ci/woodpecker/push/build Pipeline failed
ci/woodpecker/cron/build Pipeline failed
Update '.woodpecker/build.yml'
2023-03-19 17:30:50 +01:00

28 lines
786 B
YAML

when:
branch: master
path:
include: [ '.woodpecker/build.yml', 'build/*', 'Dockerfile' ]
pipeline:
check_base:
image: vistanarvas/container-update-checker:latest
secrets:
- source: dockerhub_token
target: docker_password
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:
username: vistanarvas
password:
from_secret: DOCKERHUB_TOKEN
context: ./build
repo: vistanarvas/${CI_REPO_NAME}
auto_tag: true