Update '.woodpecker/build.yml'
This commit is contained in:
@@ -1,6 +1,12 @@
|
|||||||
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:
|
||||||
- echo "hello world"
|
- echo "hello ${CI_REPO_NAME}"
|
||||||
failure: ignore
|
failure: ignore
|
||||||
Reference in New Issue
Block a user