Update '.woodpecker/test.yml'
This commit is contained in:
@@ -1,11 +1,16 @@
|
|||||||
pipeline:
|
pipeline:
|
||||||
step1:
|
check_self:
|
||||||
image: alpine
|
image: alpine
|
||||||
|
secrets: [ DOCKERHUB_TOKEN ]
|
||||||
|
environment:
|
||||||
|
DOCKER_USERNAME: vistanarvas
|
||||||
|
DOCKER_PASSWORD: ${DOCKERHUB_TOKEN}
|
||||||
|
BASE: alpine:latest
|
||||||
|
TARGET: vistanarvas/${CI_REPO_NAME}:latest
|
||||||
commands:
|
commands:
|
||||||
- wget https://raw.githubusercontent.com/lucacome/docker-image-update-checker/main/docker.sh
|
- echo ${CI_REPO_NAME}
|
||||||
- cat docker.sh
|
|
||||||
failure: ignore
|
failure: ignore
|
||||||
when:
|
when:
|
||||||
path:
|
path:
|
||||||
include: [ '.woodpecker/test.yml', 'build/*' ]
|
include: [ '.woodpecker/build.yml', 'check.sh' ]
|
||||||
event: [push, tag, deployment]
|
event: [push, tag, deployment]
|
||||||
Reference in New Issue
Block a user