ci: logins

This commit is contained in:
Giles 2020-08-20 00:04:20 +01:00
parent 8db95143cf
commit a677b57f29
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}