Build with Kaniko (#3)
This commit is contained in:
14
.drone.yml
14
.drone.yml
@@ -16,4 +16,16 @@ steps:
|
||||
- name: build
|
||||
image: registry.lan/alpine:3.8
|
||||
commands:
|
||||
- echo "building"
|
||||
- echo "building"
|
||||
|
||||
---
|
||||
kind: pipeline
|
||||
name: default
|
||||
|
||||
steps:
|
||||
- name: kaniko
|
||||
image: banzaicloud/drone-kaniko
|
||||
settings:
|
||||
registry: registry.lan
|
||||
repo: drone-test
|
||||
tags: latest
|
||||
Reference in New Issue
Block a user