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

12 lines
331 B
YAML

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