mirror of
https://github.com/sstent/containers.git
synced 2025-12-06 08:01:51 +00:00
29 lines
601 B
YAML
29 lines
601 B
YAML
---
|
|
clone:
|
|
git:
|
|
image: plugins/git
|
|
when:
|
|
path: 'dante/*'
|
|
|
|
pipeline:
|
|
publish_OpenVPN:
|
|
image: plugins/docker
|
|
repo: registry.service.dc1.consul:5000/dante
|
|
registry: registry.service.dc1.consul:5000
|
|
insecure: true
|
|
dockerfile: dante/Dockerfile.openvpn
|
|
context: dante/
|
|
|
|
|
|
when:
|
|
path: 'dante/*'
|
|
publish_Wireguard:
|
|
image: plugins/docker
|
|
repo: registry.service.dc1.consul:5000/dante-wg
|
|
registry: registry.service.dc1.consul:5000
|
|
insecure: true
|
|
dockerfile: dante/Dockerfile.wireguard
|
|
context: dante/
|
|
when:
|
|
path: 'dante/*'
|
|
... |