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