This commit is contained in:
@@ -4,7 +4,7 @@ when:
|
|||||||
include: [ '.woodpecker/build-dev.yml', 'Dockerfile', 'check.sh' ]
|
include: [ '.woodpecker/build-dev.yml', 'Dockerfile', 'check.sh' ]
|
||||||
|
|
||||||
pipeline:
|
pipeline:
|
||||||
build_and_publish:
|
build_and_publish_docker:
|
||||||
image: woodpeckerci/plugin-docker-buildx
|
image: woodpeckerci/plugin-docker-buildx
|
||||||
settings:
|
settings:
|
||||||
username: vistanarvas
|
username: vistanarvas
|
||||||
@@ -12,16 +12,12 @@ pipeline:
|
|||||||
from_secret: DOCKERHUB_TOKEN
|
from_secret: DOCKERHUB_TOKEN
|
||||||
repo: vistanarvas/${CI_REPO_NAME}
|
repo: vistanarvas/${CI_REPO_NAME}
|
||||||
tag: dev
|
tag: dev
|
||||||
when:
|
build_and_publish_gitea:
|
||||||
include: [ '.woodpecker/build.yml', 'Dockerfile', 'check.sh' ]
|
|
||||||
build_and_publish:
|
|
||||||
image: woodpeckerci/plugin-docker-buildx
|
image: woodpeckerci/plugin-docker-buildx
|
||||||
registry: git.narvas.tech
|
registry: git.narvas.tech
|
||||||
settings:
|
settings:
|
||||||
username: vista
|
username: vista
|
||||||
password:
|
password:
|
||||||
from_secret: GITEA_TOKEN
|
from_secret: DOCKERHUB_TOKEN
|
||||||
repo: vista/${CI_REPO_NAME}
|
repo: vista/${CI_REPO_NAME}
|
||||||
tag: dev
|
tag: dev
|
||||||
when:
|
|
||||||
include: [ '.woodpecker/build.yml', 'Dockerfile', 'check.sh' ]
|
|
||||||
Reference in New Issue
Block a user