18bbc13e1c
continuous-integration/drone/push Build is failing
- Add .drone.yml to build and push to local registry - Update docker-compose.prod.yml to use registry image
14 lines
281 B
YAML
14 lines
281 B
YAML
kind: pipeline
|
|
type: docker
|
|
name: default
|
|
|
|
steps:
|
|
- name: build minio-webui
|
|
image: plugins/docker
|
|
settings:
|
|
repo: registry.local.nothaft.cloud/minio-webui
|
|
tags: latest
|
|
dockerfile: Dockerfile
|
|
context: .
|
|
registry: registry.local.nothaft.cloud
|