docker-healthchecks/.drone.yml
Jeffrey C. Ollie 907b8124dd
Some checks failed
continuous-integration/drone/push Build is failing
try digitalocean again
2021-02-18 00:45:47 -06:00

46 lines
864 B
YAML

---
kind: secret
name: docker_username
get:
path: docker
name: username
---
kind: secret
name: docker_password
get:
path: docker
name: password
---
kind: secret
name: digitalocean_auth
get:
path: digitalocean_auth
name: auth
# ---
# kind: pipeline
# type: kubernetes
# name: build
# steps:
# - name: publish
# image: plugins/docker
# settings:
# repo: jcollie/healthchecks
# username:
# from_secret: docker_username
# password:
# from_secret: docker_password
# auto_tag: true
---
kind: pipeline
type: kubernetes
name: build
steps:
- name: publish
image: plugins/docker
settings:
repo: registry.digitalocean.com/ocjtech-registry-01/healthchecks
registry: registry.digitalocean.com
username: jcollie
password:
from_secret: digitalocean_auth
auto_tag: true