16 lines
274 B
YAML
16 lines
274 B
YAML
|
pipeline:
|
||
|
backend:
|
||
|
image: rust
|
||
|
commands:
|
||
|
- make
|
||
|
- make test
|
||
|
|
||
|
publish:
|
||
|
image: plugins/docker
|
||
|
settings:
|
||
|
username: realaravinth
|
||
|
password:
|
||
|
from_secret: DOCKER_TOKEN
|
||
|
repo: realaravinth/librepages-forms
|
||
|
tags: latest
|