Add back missing docker login step
continuous-integration/drone/push Build is passing Details

pull/2/head 1.0.8
teutat3s 2023-02-27 17:45:53 +01:00
parent bde0ce8e66
commit 5d687650b9
Signed by: teutat3s
GPG Key ID: 18DAE600A6BBE705
1 changed files with 3 additions and 0 deletions

View File

@ -16,6 +16,9 @@ if [[ -z "$TAG" ]]; then
exit 1
fi
# Login to Greenbaum's private docker registry
docker login registry.greenbaum.cloud
# Use our tag for docker-compose
export DEPLOY_TAG="$TAG"