Files
container-update-checker/.woodpecker/build.yml
vista f8a079792f
All checks were successful
ci/woodpecker/push/build Pipeline was successful
Update '.woodpecker/build.yml'
2023-03-11 20:36:19 +01:00

11 lines
301 B
YAML

pipeline:
check_self:
image: alpine
secrets: [ dockerhub_token ]
environment:
DOCKER_USERNAME: vistanarvas
BASE: alpine:latest
TARGET: vistanarvas/${CI_REPO_NAME}:latest
commands:
- sh check.sh
failure: ignore