This commit is contained in:
parent
a46a8bcc2c
commit
8ac9df560c
16
.drone.yml
Normal file
16
.drone.yml
Normal file
@ -0,0 +1,16 @@
|
||||
kind: pipeline
|
||||
type: kubernetes
|
||||
name: default
|
||||
|
||||
steps:
|
||||
- name: build
|
||||
image: plugins/docker:latest
|
||||
settings:
|
||||
repo: registry.local/northcode/nextcloud
|
||||
registry: registry.local
|
||||
insecure: true
|
||||
dockerfile: Dockerfile
|
||||
build_args:
|
||||
NC_TAG: 24.0.3-apache
|
||||
tags: 24.0.3-apache
|
||||
cache_from: registry.local/northcode/nextcloud
|
||||
Loading…
Reference in New Issue
Block a user