10 lines
214 B
YAML
10 lines
214 B
YAML
|
pipeline:
|
||
|
build:
|
||
|
image: plugins/docker
|
||
|
settings:
|
||
|
registry: gitrepo.ru
|
||
|
username: neonxp
|
||
|
password:
|
||
|
from_secret: gitea_token
|
||
|
repo: gitrepo.ru/neonxp/nquest
|
||
|
tags: latest
|