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

This commit is contained in:
2023-03-20 19:45:52 +01:00
parent 629627c932
commit de33b00708

View File

@@ -5,17 +5,22 @@ when:
pipeline:
build_and_publish:
image: woodpeckerci/plugin-docker-buildx:latest
secrets: [ dockerhub_token, gitea_token ]
repo: vistanarvas/${CI_REPO_NAME},git.narvas.tech/vista/${CI_REPO_NAME}
tag: dev
image: woodpeckerci/plugin-docker-buildx
settings:
logins:
- registry: https://index.docker.io/
username: vistanarvas
password:
from_secret: dockerhub_token
- registry: https://git.narvas.tech/
username: vista
password:
from_secret: gitea_token
username: vistanarvas
password:
from_secret: DOCKERHUB_TOKEN
repo: vistanarvas/${CI_REPO_NAME}
tag: dev
when:
include: [ '.woodpecker/build.yml', 'Dockerfile', 'check.sh' ]
build_and_publish:
image: woodpeckerci/plugin-docker-buildx
settings:
username: vista
password:
from_secret: GITEA_TOKEN
repo: vista/${CI_REPO_NAME}
tag: dev
when:
include: [ '.woodpecker/build.yml', 'Dockerfile', 'check.sh' ]