diff --git a/.woodpecker.yml b/.woodpecker.yml index 5bf2e36..03a5388 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -8,12 +8,9 @@ pipeline: docker: image: plugins/docker + secrets: [ docker_username, docker_password ] settings: registry: hub.javil.eu - username: - from_secret: docker_user - password: - from_secret: docker_password repo: hub.javil.eu/budgeteer context: build dockerfile: build/Dockerfile