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

This commit is contained in:
2023-03-20 19:20:51 +01:00
parent d722c1f28f
commit 88132ab9a5

View File

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