From 53809ee1dfd8d63bb2254dd5caa5dbf04724423f Mon Sep 17 00:00:00 2001 From: vista Date: Sat, 11 Mar 2023 20:26:25 +0100 Subject: [PATCH] Update '.woodpecker/test.yml' --- .woodpecker/test.yml | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) 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