log-viewer/.drone.yml
Lauri Võsandi cf7aee71a2
All checks were successful
continuous-integration/drone Build is passing
Try both dockerfile and context
2022-02-08 23:27:16 +02:00

29 lines
642 B
YAML

---
kind: pipeline
type: kubernetes
name: default
steps:
- name: backend
image: plugins/docker
settings:
repo: harbor.k-space.ee/k-space/log-viewer
registry: harbor.k-space.ee
context: backend/
dockerfile: backend/Dockerfile
username:
from_secret: docker_username
password:
from_secret: docker_password
- name: frontend
image: plugins/docker
settings:
repo: harbor.k-space.ee/k-space/log-viewer-frontend
registry: harbor.k-space.ee
context: frontend/
dockerfile: frontend/Dockerfile
username:
from_secret: docker_username
password:
from_secret: docker_password