Update '.woodpecker/build-dev.yml'
This commit is contained in:
@@ -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}
|
||||
Reference in New Issue
Block a user