Update '.woodpecker/build-dev.yml'
Some checks failed
ci/woodpecker/push/build-dev Pipeline failed

This commit is contained in:
2023-03-20 19:53:42 +01:00
parent 8ea218fb69
commit d6da5c8df6

View File

@@ -4,20 +4,20 @@ when:
include: [ '.woodpecker/build-dev.yml', 'Dockerfile', 'check.sh' ] include: [ '.woodpecker/build-dev.yml', 'Dockerfile', 'check.sh' ]
pipeline: pipeline:
build_and_publish_docker: # build_and_publish_docker:
image: woodpeckerci/plugin-docker-buildx # image: woodpeckerci/plugin-docker-buildx
settings: # settings:
username: vistanarvas # username: vistanarvas
password: # password:
from_secret: DOCKERHUB_TOKEN # from_secret: DOCKERHUB_TOKEN
repo: vistanarvas/${CI_REPO_NAME} # repo: vistanarvas/${CI_REPO_NAME}
tag: dev # tag: dev
build_and_publish_gitea: build_and_publish_gitea:
image: woodpeckerci/plugin-docker-buildx image: woodpeckerci/plugin-docker-buildx
registry: git.narvas.tech/vista/${CI_REPO_NAME}:dev registry: git.narvas.tech
settings: settings:
username: vista username: vista
password: password:
from_secret: DOCKERHUB_TOKEN from_secret: GITEA_TOKEN
repo: vista/${CI_REPO_NAME} repo: vista/${CI_REPO_NAME}
tag: dev tag: dev