fix: update registry URL in deployment workflows to the correct address
Build and Deploy to Kubernetes / build-and-deploy (push) Failing after 5m58s

This commit is contained in:
masoodafar-web
2026-01-03 17:28:10 +03:30
parent ca9b02a902
commit d8031a0d17
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -6,7 +6,7 @@ on:
- kub-stage
env:
REGISTRY: git.foursat.afrino.co
REGISTRY: git.se.kbs1.ir
IMAGE_NAME: admin/cms
jobs:
@@ -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