ci:added logins

This commit is contained in:
Giles 2020-08-20 00:02:37 +01:00
parent 31ee35d5e9
commit 7b5c5931e1
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}