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