This commit is contained in:
parent
4cc8654702
commit
ba0db66f7c
16
.drone.yml
Normal file
16
.drone.yml
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
kind: pipeline
|
||||||
|
type: kubernetes
|
||||||
|
name: default
|
||||||
|
|
||||||
|
clone:
|
||||||
|
skip_verify: true
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: build
|
||||||
|
image: plugins/docker:latest
|
||||||
|
settings:
|
||||||
|
repo: registry.local/northcode/aur
|
||||||
|
registry: registry.local
|
||||||
|
insecure: true
|
||||||
|
dockerfile: Dockerfile
|
||||||
|
tags: latest
|
||||||
Loading…
Reference in New Issue
Block a user