Update '.woodpecker/build-dev.yml'

This commit is contained in:
2023-03-20 15:17:24 +01:00
parent ca677224c2
commit a65d010e73

View File

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