ci: переключить registry на git.shx.one
Docker images / prepare-release (push) Successful in 6s
Docker images / backend-image (push) Successful in 4m25s
Docker images / frontend-image (push) Successful in 2m10s
Docker images / notify-webhook (push) Skipped
Docker images / updater-image (push) Successful in 45s
Docker images / publish-release (push) Successful in 6s

Обновить Gitea Actions, compose, updater и ссылки на образы.

Co-authored-by: Cursor <[email protected]>
This commit is contained in:
Denozordec
2026-08-17 16:43:40 +07:00
co-authored by Cursor
parent 7f81c304ae
commit 7ed269cf2c
9 changed files with 43 additions and 43 deletions
+2 -2
View File
@@ -3,7 +3,7 @@
{
"id": "backend",
"container_name": "mmapp-backend",
"image": "git.shts.su/denozord/mikrotikmanager-backend:latest",
"image": "git.shx.one/denozord/mikrotikmanager-backend:latest",
"health": {
"type": "http",
"url": "http://backend:8000/health",
@@ -13,7 +13,7 @@
{
"id": "frontend",
"container_name": "mmapp-frontend",
"image": "git.shts.su/denozord/mikrotikmanager-frontend:latest",
"image": "git.shx.one/denozord/mikrotikmanager-frontend:latest",
"health": {
"type": "http",
"url": "http://frontend:3000/dashboard",