feat: update external registry URLs to new domain
Build and Deploy / build (push) Failing after 23s

This commit is contained in:
masoodafar-web
2026-01-03 17:30:30 +03:30
parent c062bd358c
commit 910a1ebfcc
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ jobs:
mkdir -p /etc/docker
cat > /etc/docker/daemon.json << 'DAEMON'
{
"insecure-registries": ["git.foursat.afrino.co", "gitea-svc:3000"]
"insecure-registries": ["git.se.kbs1.ir", "gitea-svc:3000"]
}
DAEMON
mkdir -p ~/.docker