Add dev to docker (there has to be a way to improve this!)
This commit is contained in:
parent
bfdc165346
commit
3abdbde812
@ -7,6 +7,7 @@ pipeline:
|
||||
- go build -o segfautils
|
||||
dockerize_n_publish:
|
||||
when:
|
||||
branch : [master]
|
||||
event: [push]
|
||||
name: dockerize and publish
|
||||
image: plugins/docker
|
||||
@ -19,6 +20,19 @@ pipeline:
|
||||
from_secret: password
|
||||
repo: projectsegfault/segfautils
|
||||
dockerfile: Dockerfile
|
||||
|
||||
dockerize_dev:
|
||||
when:
|
||||
event: [push]
|
||||
name: dockerize and publish dev
|
||||
registry: git.projectsegfau.lt
|
||||
repo: git.projectsegfau.lt/projectsegfault/segfautils
|
||||
settings:
|
||||
username:
|
||||
from_secret: username
|
||||
password:
|
||||
from_secret: password
|
||||
repo: projectsegfau.lt/segfautils
|
||||
tags: dev
|
||||
dockerfile: Dockerfile
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user