woodpecker-docker-buildx/.woodpecker/main.yml

12 lines
185 B
YAML
Raw Normal View History

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-14 12:42:59 +00:00
dry_run: true
tags: latest
dockerfile: Dockerfile