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