Add back missing docker login step
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
bde0ce8e66
commit
5d687650b9
1 changed files with 3 additions and 0 deletions
|
@ -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"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue