gitea/.drone/logout.sh

4 lines
85 B
Bash

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