mirror of
https://github.com/sstent/containers.git
synced 2025-12-06 08:01:51 +00:00
19 lines
330 B
YAML
19 lines
330 B
YAML
---
|
|
clone:
|
|
git:
|
|
image: plugins/git
|
|
when:
|
|
path: 'morty/*'
|
|
|
|
pipeline:
|
|
publish_morty:
|
|
image: plugins/docker
|
|
repo: registry.service.dc1.consul:5000/morty
|
|
registry: registry.service.dc1.consul:5000
|
|
insecure: true
|
|
context: morty/
|
|
dockerfile: morty/Dockerfile
|
|
when:
|
|
path: 'morty/*'
|
|
...
|