diff --git a/.woodpecker/test.yml b/.woodpecker/test.yml index 49ac1a6..6aace46 100644 --- a/.woodpecker/test.yml +++ b/.woodpecker/test.yml @@ -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] \ No newline at end of file