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