mirror of
https://github.com/sstent/containers.git
synced 2026-02-02 04:22:07 +00:00
adding portfwd job
This commit is contained in:
18
.drone/portfwd.yml
Normal file
18
.drone/portfwd.yml
Normal file
@@ -0,0 +1,18 @@
|
||||
---
|
||||
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/*'
|
||||
...
|
||||
Reference in New Issue
Block a user