This commit is contained in:
parent
13acf6524f
commit
5dd4866b29
1 changed files with 9 additions and 0 deletions
|
@ -3,3 +3,12 @@ pipeline:
|
||||||
image: rust
|
image: rust
|
||||||
commands:
|
commands:
|
||||||
- make test
|
- make test
|
||||||
|
|
||||||
|
publish:
|
||||||
|
image: plugins/docker
|
||||||
|
settings:
|
||||||
|
username: realaravinth
|
||||||
|
password:
|
||||||
|
from_secret: DOCKER_TOKEN
|
||||||
|
repo: realaravinth/rageshake_webhook
|
||||||
|
tags: latest
|
||||||
|
|
Reference in a new issue