Update '.woodpecker/build.yml'
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user