Update '.woodpecker/test.yml'

This commit is contained in:
2023-03-11 20:26:25 +01:00
parent 0b35262dba
commit 53809ee1df

View File

@@ -1,11 +1,16 @@
pipeline:
step1:
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:
- wget https://raw.githubusercontent.com/lucacome/docker-image-update-checker/main/docker.sh
- cat docker.sh
- echo ${CI_REPO_NAME}
failure: ignore
when:
path:
include: [ '.woodpecker/test.yml', 'build/*' ]
include: [ '.woodpecker/build.yml', 'check.sh' ]
event: [push, tag, deployment]