Update '.woodpecker/build.yml'

This commit is contained in:
2023-03-11 20:31:59 +01:00
parent babb33b126
commit 04b6e443eb

View File

@@ -4,7 +4,7 @@ pipeline:
secrets: [ dockerhub_token ]
environment:
DOCKER_USERNAME: vistanarvas
DOCKER_PASSWORD: ${DOCKERHUB_TOKEN}
DOCKER_PASSWORD: ${dockerhub_token}
BASE: alpine:latest
TARGET: vistanarvas/${CI_REPO_NAME}:latest
commands: