gitea/.drone/logout.sh

4 lines
87 B
Bash

if [ "$SCHEME" == "https" ]
then
docker logout ${REGISTRY_DOMAIN}:${REGISTRY_PORT}
fi