Added env var log

This commit is contained in:
2024-12-25 16:12:20 +01:00
parent 58c4bfb8bc
commit a422eac395

View File

@@ -47,5 +47,5 @@ runs:
exit 1
fi
echo "Exporting config"
log_info "Exporting config in env var $(yellow)DOCKER_CONFIG_BASE64"
echo DOCKER_CONFIG_BASE64=$(echo "{\"auths\": {\"${PREFIXLESS_REGISTRY}\": {\"auth\": \"${BASE64_AUTH}\"}}}" | base64 -w 0) >> $GITEA_ENV