2021-10-14 12:42:59 +00:00
|
|
|
clone:
|
|
|
|
git:
|
|
|
|
image: techknowlogick/drone-git:latest
|
|
|
|
|
2021-10-13 03:40:58 +00:00
|
|
|
pipeline:
|
|
|
|
publish:
|
2021-10-15 13:54:26 +00:00
|
|
|
image: plugins/kaniko
|
2021-10-13 03:40:58 +00:00
|
|
|
repo: foo/bar
|
2021-10-15 14:00:21 +00:00
|
|
|
no-push: true
|
2021-10-14 12:42:59 +00:00
|
|
|
tags: latest
|
2021-10-15 13:55:58 +00:00
|
|
|
username: foo
|
|
|
|
password: bar
|
2021-10-14 12:42:59 +00:00
|
|
|
dockerfile: Dockerfile
|