12 lines
185 B
YAML
12 lines
185 B
YAML
clone:
|
|
git:
|
|
image: techknowlogick/drone-git:latest
|
|
|
|
pipeline:
|
|
publish:
|
|
image: plugins/docker
|
|
repo: foo/bar
|
|
dry_run: true
|
|
tags: latest
|
|
dockerfile: Dockerfile
|