2022-07-21 16:55:14 +00:00
|
|
|
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:
|
2022-12-01 20:45:13 +00:00
|
|
|
NC_TAG: 24.0.7-apache
|
|
|
|
|
tags: 24.0.7-apache
|
2022-07-21 16:55:14 +00:00
|
|
|
cache_from: registry.local/northcode/nextcloud
|