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' ]
pipeline:
build_and_publish_docker:
image: woodpeckerci/plugin-docker-buildx
settings:
username: vistanarvas
password:
from_secret: DOCKERHUB_TOKEN
repo: vistanarvas/${CI_REPO_NAME}
tag: dev
# build_and_publish_docker:
# image: woodpeckerci/plugin-docker-buildx
# settings:
# username: vistanarvas
# password:
# from_secret: DOCKERHUB_TOKEN
# repo: vistanarvas/${CI_REPO_NAME}
# tag: dev
build_and_publish_gitea:
image: woodpeckerci/plugin-docker-buildx
registry: git.narvas.tech/vista/${CI_REPO_NAME}:dev
registry: git.narvas.tech
settings:
username: vista
password:
from_secret: DOCKERHUB_TOKEN
from_secret: GITEA_TOKEN
repo: vista/${CI_REPO_NAME}
tag: dev