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