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

This commit is contained in:
xeovalyte 2022-11-01 19:07:43 +01:00
parent 22a484cba4
commit 9b578e69cf

View File

@ -20,14 +20,15 @@ pipeline:
- npm i
publish-backend:
image: docker
image: plugins/docker
secrets:
- docker_password
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
volumes:
- /var/run/docker.sock:/var/run/docker.sock
settings:
username: xeovalyte
password:
from_secret: docker_password
repo: gitea.xeovalyte.dev/xeovalyte/wrbapp
tags:
- latest