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

This commit is contained in:
surtur 2021-01-20 10:10:01 +01:00
parent 0251ba7eb6
commit 1783b30ecd
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

@ -1,3 +1,20 @@
---
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: .
--- ---
kind: pipeline kind: pipeline
type: docker type: docker
@ -22,6 +39,9 @@ steps:
- curl -sO https://git.dotya.ml/${DRONE_REPO}/raw/branch/master/curl.it - curl -sO https://git.dotya.ml/${DRONE_REPO}/raw/branch/master/curl.it
- bash ./curl.it $ENDPOINT - bash ./curl.it $ENDPOINT
depends_on:
- kaniko-build
--- ---
kind: pipeline kind: pipeline
type: docker type: docker