13 lines
203 B
YAML
13 lines
203 B
YAML
clone:
|
|
git:
|
|
image: techknowlogick/drone-git:latest
|
|
|
|
pipeline:
|
|
publish:
|
|
image: plugins/kaniko
|
|
repo: foo/bar
|
|
no-push: true
|
|
tags: latest
|
|
username: foo
|
|
dockerfile: Dockerfile
|