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

run builds on drone.dotya.ml, too
This commit is contained in:
surtur 2021-02-20 13:50:57 +01:00
parent 6ba2848b59
commit 6827d63898
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

View File

@ -19,6 +19,25 @@ steps:
commands:
- curl -s -X POST $ENDPOINT
---
kind: pipeline
type: docker
name: kaniko-build
platform:
os: linux
arch: amd64
depends_on:
- dockerhub-build-trigger
steps:
- name: build
pull: always
image: banzaicloud/drone-kaniko
settings:
dockerfile: Dockerfile
context: .
---
kind: pipeline
@ -43,7 +62,7 @@ trigger:
- cron
depends_on:
- dockerhub-build-trigger
- kaniko-build
steps:
- name: discord
@ -79,7 +98,7 @@ trigger:
- failure
depends_on:
- dockerhub-build-trigger
- kaniko-build
steps:
- name: discord