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

This commit is contained in:
2023-03-20 19:18:57 +01:00
parent 8c565255d8
commit d722c1f28f

View File

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