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

This commit is contained in:
xeovalyte 2022-11-01 18:55:04 +01:00
parent e22ae125a6
commit 00e71b2815

View File

@ -23,11 +23,9 @@ pipeline:
image: plugins/docker
secrets:
- docker_password
settings:
registry: gitea.xeovalyte.dev
username: xeovalyte
password: $$DOCKER_PASSWORD
repo: gitea.xeovalyte.dev/xeovalyte/wrbapp
tags: latest
commands:
- docker build --rm -t gitea.xeovalyte.dev/xeovalyte/wrbapp .
- docker login gitea.xeovalyte.dev -p $$DOCKER_PASSWORD -u xeovalyte
- docker push gitea.xeovalyte.dev/xeovalyte/wrbapp:latest