docker-healthchecks/.drone.yml

20 lines
378 B
YAML
Raw Normal View History

2021-02-17 23:52:03 -06:00
---
kind: secret
2021-02-18 00:27:27 -06:00
name: digitalocean_auth
2021-02-17 23:52:03 -06:00
get:
2021-02-18 00:27:27 -06:00
path: digitalocean
name: auth
2021-02-17 23:52:03 -06:00
---
kind: pipeline
type: kubernetes
name: build
steps:
- name: publish
image: plugins/docker
settings:
2021-02-18 00:27:27 -06:00
repo: registry.digitalocean.com/ocjtech-registry-01/healthchecks
registry: registry.digitalocean.com
auth:
from_secret: digitalocean_auth
2021-02-17 23:52:03 -06:00
auto_tag: true