diff --git a/.woodpecker/build-dev.yml b/.woodpecker/build-dev.yml index 6b9f8e6..52bb6ae 100644 --- a/.woodpecker/build-dev.yml +++ b/.woodpecker/build-dev.yml @@ -8,13 +8,9 @@ pipeline: image: woodpeckerci/plugin-docker-buildx:latest secrets: [ dockerhub_token, gitea_token ] settings: - username: vistanarvas - password: - from_secret: DOCKERHUB_TOKEN - repo: vistanarvas/${CI_REPO_NAME} tag: dev logins: - - registry: https://index.docker.io/v2/ + - registry: https://index.docker.io/v2/vistanarvas/${CI_REPO_NAME} username: vistanarvas password: from_secret: dockerhub_token