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:
build_and_publish:
image: woodpeckerci/plugin-docker-buildx
secrets: [ dockerhub_token, gitea_token ]
settings:
repo: vistanarvas/${CI_REPO_NAME},vista/${CI_REPO_NAME}
tag: dev
logins:
- registry: https://index.docker.io/v2/
username: vistanarvas
password:
from_secret: dockerhub_token
password: ${DOCKERHUB_TOKEN}
- registry: https://git.narvas.tech/
username: vista
password:
from_secret: GITEA_TOKEN
password: ${GITEA_TOKEN}