Compare commits

..

2 Commits

Author SHA1 Message Date
77c352c7ac use global trigger for pipeline
All checks were successful
continuous-integration/drone/push Build is passing
2020-12-27 21:16:38 -08:00
5ffcdb8097 use public hostname for registry 2020-12-27 21:15:52 -08:00

View File

@ -4,7 +4,7 @@ type: docker
name: main
trigger:
branche:
branch:
- master
steps:
@ -25,7 +25,7 @@ steps:
REGISTRY_PWD:
from_secret: registry_pwd
commands:
- echo $REGISTRY_PWD | docker login -u drone --password-stdin registry.drone
- echo $REGISTRY_PWD | docker login -u drone --password-stdin registry.jfmonty2.com
- docker push registry.jfmonty2.com/minebot:latest
volumes: