diff --git a/.woodpecker/test.yml b/.woodpecker/test.yml index 015dc51..054792f 100644 --- a/.woodpecker/test.yml +++ b/.woodpecker/test.yml @@ -2,7 +2,7 @@ pipeline: check_self: image: alpine secrets: [ DOCKERHUB_TOKEN ] - environment: + environment: DOCKER_USERNAME: vistanarvas DOCKER_PASSWORD: ${DOCKERHUB_TOKEN} BASE: alpine:latest