nextcloud-docker/.drone.yml
Andreas Larsen ddb65e8db5
All checks were successful
continuous-integration/drone/push Build is passing
update to 24.0.7
2022-12-01 21:45:13 +01:00

17 lines
372 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: 24.0.7-apache
tags: 24.0.7-apache
cache_from: registry.local/northcode/nextcloud