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