1 Commits

Author SHA1 Message Date
3791bce7a8 add docker hub to deploy
Some checks failed
ci/woodpecker/push/test Pipeline was successful
ci/woodpecker/push/next Pipeline was successful
ci/woodpecker/push/deploy Pipeline was successful
ci/woodpecker/tag/test Pipeline was successful
ci/woodpecker/tag/next Pipeline was successful
ci/woodpecker/tag/deploy Pipeline failed
2023-09-06 16:29:04 +02:00

View File

@ -23,14 +23,20 @@ pipeline:
buildTag: buildTag:
image: woodpeckerci/plugin-docker-buildx image: woodpeckerci/plugin-docker-buildx
settings: settings:
registry: gitea.ocram85.com repo: gitea.ocram85.com/codeserver/arkanum,ocram85/arkanum
repo: gitea.ocram85.com/codeserver/arkanum
dockerfile: Dockerfile dockerfile: Dockerfile
auto_tag: true auto_tag: true
username: logins:
from_secret: gitea_user - registry: https://gitea.ocram85.com
password: username:
from_secret: gitea_passwd from_secret: gitea_user
password:
from_secret: gitea_passwd
- registry: https://index.docker.io/v1/
username:
from_secret: docker_user
password:
from_secret: docker_passwd
build_args: build_args:
- VERSION=${CI_COMMIT_TAG:-PR ${CI_COMMIT_PULL_REQUEST}} - VERSION=${CI_COMMIT_TAG:-PR ${CI_COMMIT_PULL_REQUEST}}
- TAG=${CI_COMMIT_TAG} - TAG=${CI_COMMIT_TAG}