switch back to docker
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Jeffrey C. Ollie 2021-02-18 00:30:50 -06:00
parent 4a6a3387e6
commit 91a1c66bf6
Signed by: jeff
GPG key ID: 6F86035A6D97044E

View file

@ -1,9 +1,15 @@
---
kind: secret
name: digitalocean_auth
name: docker_username
get:
path: digitalocean
name: auth
path: docker
name: username
---
kind: secret
name: docker_password
get:
path: docker
name: password
---
kind: pipeline
type: kubernetes
@ -14,6 +20,8 @@ steps:
settings:
repo: registry.digitalocean.com/ocjtech-registry-01/healthchecks
registry: registry.digitalocean.com
auth:
from_secret: digitalocean_auth
username:
from_secret: docker_username
password:
from_secret: docker_password
auto_tag: true