Update '.woodpecker/build.yml'

This commit is contained in:
2023-03-11 20:30:43 +01:00
parent 530683cbb2
commit 57775e4945

View File

@@ -1,6 +1,12 @@
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:
- echo "hello world"
- echo "hello ${CI_REPO_NAME}"
failure: ignore