This commit is contained in:
@@ -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
|
||||||
Reference in New Issue
Block a user