add kaniko build pipeline
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
run builds on drone.dotya.ml, too
This commit is contained in:
parent
6ba2848b59
commit
6827d63898
23
.drone.yml
23
.drone.yml
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user