Update '.woodpecker/build-dev.yml'
All checks were successful
ci/woodpecker/push/build-dev Pipeline was successful

This commit is contained in:
2023-03-20 20:13:21 +01:00
parent dd3e15f046
commit 5b04672447

View File

@@ -4,14 +4,6 @@ when:
include: [ '.woodpecker/build-dev.yml', 'Dockerfile', 'check.sh' ] include: [ '.woodpecker/build-dev.yml', 'Dockerfile', 'check.sh' ]
pipeline: 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_gitea: build_and_publish_gitea:
image: woodpeckerci/plugin-docker-buildx image: woodpeckerci/plugin-docker-buildx
registry: git.narvas.tech registry: git.narvas.tech
@@ -29,9 +21,3 @@ pipeline:
username: vista username: vista
password: password:
from_secret: GITEA_TOKEN from_secret: GITEA_TOKEN
# settings:
# username: vista
# password:
# from_secret: GITEA_TOKEN
# repo: vista/${CI_REPO_NAME}
# tag: dev