This commit is contained in:
@@ -8,14 +8,12 @@ pipeline:
|
||||
image: woodpeckerci/plugin-docker-buildx:latest
|
||||
secrets: [ dockerhub_token, gitea_token ]
|
||||
settings:
|
||||
repo: vistanarvas/${CI_REPO_NAME}
|
||||
tag: dev
|
||||
logins:
|
||||
- registry: https://index.docker.io/v2/
|
||||
- registry: https://index.docker.io/v2/vistanarvas/${CI_REPO_NAME}:dev
|
||||
username: vistanarvas
|
||||
password:
|
||||
from_secret: dockerhub_token
|
||||
- registry: https://git.narvas.tech/vista/${CI_REPO_NAME}
|
||||
- registry: https://git.narvas.tech/vista/${CI_REPO_NAME}:dev
|
||||
username: vista
|
||||
password:
|
||||
from_secret: gitea_token
|
||||
Reference in New Issue
Block a user