ci: added logins

This commit is contained in:
Giles 2020-08-20 00:03:30 +01:00
parent 39ba4af9d0
commit b39210ec43
2 changed files with 2 additions and 0 deletions

1
.drone/login.sh Normal file
View File

@ -0,0 +1 @@
docker login ${LOCAL_DOCKER_REGISTRY} --username client --password "${REGISTRY_PASSWORD}"

1
.drone/logout.sh Normal file
View File

@ -0,0 +1 @@
docker logout ${LOCAL_DOCKER_REGISTRY}