This commit is contained in:
parent
22a484cba4
commit
9b578e69cf
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user