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 image: plugins/docker
secrets: secrets:
- docker_password - docker_password
settings: commands:
registry: gitea.xeovalyte.dev - docker build --rm -t gitea.xeovalyte.dev/xeovalyte/wrbapp .
username: xeovalyte - docker login gitea.xeovalyte.dev -p $$DOCKER_PASSWORD -u xeovalyte
password: $$DOCKER_PASSWORD - docker push gitea.xeovalyte.dev/xeovalyte/wrbapp:latest
repo: gitea.xeovalyte.dev/xeovalyte/wrbapp
tags: latest