This commit is contained in:
@@ -5,17 +5,22 @@ when:
|
||||
|
||||
pipeline:
|
||||
build_and_publish:
|
||||
image: woodpeckerci/plugin-docker-buildx:latest
|
||||
secrets: [ dockerhub_token, gitea_token ]
|
||||
repo: vistanarvas/${CI_REPO_NAME},git.narvas.tech/vista/${CI_REPO_NAME}
|
||||
tag: dev
|
||||
image: woodpeckerci/plugin-docker-buildx
|
||||
settings:
|
||||
logins:
|
||||
- registry: https://index.docker.io/
|
||||
username: vistanarvas
|
||||
password:
|
||||
from_secret: dockerhub_token
|
||||
- registry: https://git.narvas.tech/
|
||||
username: vista
|
||||
password:
|
||||
from_secret: gitea_token
|
||||
username: vistanarvas
|
||||
password:
|
||||
from_secret: DOCKERHUB_TOKEN
|
||||
repo: vistanarvas/${CI_REPO_NAME}
|
||||
tag: dev
|
||||
when:
|
||||
include: [ '.woodpecker/build.yml', 'Dockerfile', 'check.sh' ]
|
||||
build_and_publish:
|
||||
image: woodpeckerci/plugin-docker-buildx
|
||||
settings:
|
||||
username: vista
|
||||
password:
|
||||
from_secret: GITEA_TOKEN
|
||||
repo: vista/${CI_REPO_NAME}
|
||||
tag: dev
|
||||
when:
|
||||
include: [ '.woodpecker/build.yml', 'Dockerfile', 'check.sh' ]
|
||||
Reference in New Issue
Block a user