This commit is contained in:
parent
e22ae125a6
commit
00e71b2815
@ -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
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user