Compare commits

...

1 Commits

Author SHA1 Message Date
f8fa89afca set up registry auth
Some checks reported errors
continuous-integration/drone/push Build was killed
2020-12-27 20:43:53 -08:00

View File

@ -20,7 +20,11 @@ steps:
volumes:
- name: docker-socket
path: /var/run/docker.sock
environment:
REGISTRY_PWD:
from_secret: registry_pwd
commands:
- echo $REGISTRY_PWD | docker login -u drone --password-stdin registry.drone
- docker push registry.drone/minebot:latest
when:
branch: