Add git.uncloud.vpn to buildkit insecure registries

This commit is contained in:
Bu5hm4nn
2026-03-23 14:49:07 +01:00
parent 09b0214a95
commit be94079dc5

View File

@@ -96,6 +96,9 @@ jobs:
[registry."10.100.0.2:3000"]
http = true
insecure = true
[registry."git.uncloud.vpn"]
http = true
insecure = true
EOF
# Add hosts entry for Forgejo's token endpoint
echo "10.100.0.2 git.uncloud.vpn" >> /etc/hosts