feat: add kaniko-build drone pipeline step
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
surtur 2021-01-14 01:46:55 +01:00
parent 4e18bba4ac
commit e06af39e76
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

View File

@ -28,3 +28,23 @@ trigger:
event:
- push
- cron
---
kind: pipeline
type: docker
name: kaniko-build
platform:
os: linux
arch: amd64
steps:
- name: build
pull: always
image: banzaicloud/drone-kaniko
settings:
dockerfile: Dockerfile
context: .
depends_on:
- dockerhub-build-trigger