Update '.woodpecker/build-dev.yml'
Some checks failed
ci/woodpecker/push/build-dev Pipeline failed

This commit is contained in:
2023-03-20 19:12:14 +01:00
parent 711c8c3215
commit b1acc80b72

View File

@@ -8,13 +8,9 @@ pipeline:
image: woodpeckerci/plugin-docker-buildx:latest image: woodpeckerci/plugin-docker-buildx:latest
secrets: [ dockerhub_token, gitea_token ] secrets: [ dockerhub_token, gitea_token ]
settings: settings:
username: vistanarvas
password:
from_secret: DOCKERHUB_TOKEN
repo: vistanarvas/${CI_REPO_NAME}
tag: dev tag: dev
logins: logins:
- registry: https://index.docker.io/v2/ - registry: https://index.docker.io/v2/vistanarvas/${CI_REPO_NAME}
username: vistanarvas username: vistanarvas
password: password:
from_secret: dockerhub_token from_secret: dockerhub_token