This commit is contained in:
parent
e22ae125a6
commit
00e71b2815
@ -23,11 +23,9 @@ pipeline:
|
||||
image: plugins/docker
|
||||
secrets:
|
||||
- docker_password
|
||||
settings:
|
||||
registry: gitea.xeovalyte.dev
|
||||
username: xeovalyte
|
||||
password: $$DOCKER_PASSWORD
|
||||
repo: gitea.xeovalyte.dev/xeovalyte/wrbapp
|
||||
tags: latest
|
||||
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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user