Add back missing docker login step
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
teutat3s 2023-02-27 17:45:53 +01:00
parent bde0ce8e66
commit 5d687650b9
Signed by: teutat3s
GPG key ID: 18DAE600A6BBE705

View file

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