fix(ci): override git clone url to local ip

This commit is contained in:
Bot 2026-02-26 21:08:22 +01:00
parent 46a82b7daa
commit 1feb7b0836

View file

@ -5,6 +5,9 @@ variables:
IMAGE_NAME: $DOCKERHUB_USERNAME/discordsoundbot-vib
DOCKER_DRIVER: overlay2
DOCKER_TLS_CERTDIR: ""
# Force clone via IP instead of hostname to bypass Unraid Docker DNS issues
CI_SERVER_URL: "http://10.10.10.10:9080"
GITLAB_FEATURES: ""
docker-build:
stage: build