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 - npm i
publish-backend: publish-backend:
image: docker image: plugins/docker
secrets: secrets:
- docker_password - docker_password
commands: settings:
- docker build --rm -t gitea.xeovalyte.dev/xeovalyte/wrbapp . username: xeovalyte
- docker login gitea.xeovalyte.dev -p $$DOCKER_PASSWORD -u xeovalyte password:
- docker push gitea.xeovalyte.dev/xeovalyte/wrbapp:latest from_secret: docker_password
volumes: repo: gitea.xeovalyte.dev/xeovalyte/wrbapp
- /var/run/docker.sock:/var/run/docker.sock tags:
- latest