nextcloud-docker/.drone.yml
andreas 3d9fce0b58
All checks were successful
continuous-integration/drone/push Build is passing
update to nextcloud 25
2022-12-09 23:49:14 +00:00

17 lines
368 B
YAML

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: 25.0-apache
tags: 25.0-apache
cache_from: registry.local/northcode/nextcloud