fix: Remove domain from insecure-registries, use IP only
Build and Deploy to Kubernetes / build-and-deploy (push) Failing after 2m8s

This commit is contained in:
Admin
2026-01-03 15:15:24 +00:00
parent 631646776e
commit 98f3036bd0
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -6,7 +6,7 @@ on:
- production
env:
REGISTRY: git.se.kbs1.ir
REGISTRY: 194.5.195.53:30080
IMAGE_NAME: admin/cms
jobs:
@@ -34,7 +34,7 @@ jobs:
mkdir -p /etc/docker
cat > /etc/docker/daemon.json << 'DAEMON'
{
"insecure-registries": ["git.se.kbs1.ir", "gitea-svc:3000"]
"insecure-registries": ["194.5.195.53:30080", "gitea-svc:3000"]
}
DAEMON
mkdir -p ~/.docker