Files
container-update-checker/.woodpecker/build.yml
2023-03-11 20:30:43 +01:00

12 lines
363 B
YAML

pipeline:
check_self:
image: alpine
secrets: [ DOCKERHUB_TOKEN ]
environment:
DOCKER_USERNAME: vistanarvas
DOCKER_PASSWORD: ${DOCKERHUB_TOKEN}
BASE: alpine:latest
TARGET: vistanarvas/${CI_REPO_NAME}:latest
commands:
- echo "hello ${CI_REPO_NAME}"
failure: ignore