fix: update external registry URL in deployment workflows
Build and Deploy / build (push) Failing after 2m3s

This commit is contained in:
masoodafar-web
2026-01-03 17:30:23 +03:30
parent f027fd0b06
commit 68e6fed06f
2 changed files with 3 additions and 3 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
+2 -2
View File
@@ -7,7 +7,7 @@ on:
env:
REGISTRY: gitea-svc:3000
EXTERNAL_REGISTRY: git.foursat.afrino.co
EXTERNAL_REGISTRY: git.se.kbs1.ir
IMAGE_NAME: admin/backoffice-bff
jobs:
@@ -33,7 +33,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