ci: point images at git.menzel.center and add build-and-push workflow
CI / build-and-push (push) Successful in 4m5s

Image references still pointed at the old server (10.10.6.10:3020/menzelj);
menzelj was never a valid namespace there either, the actual account is
menzeljonas. Also adds .gitea/workflows/ci.yml to build and push
backend, frontend and agent on push to main.
This commit is contained in:
menzelj
2026-08-25 08:40:18 +00:00
parent adfd77a983
commit d81c48a5c0
4 changed files with 56 additions and 5 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
services:
backend:
image: 10.10.6.10:3020/menzelj/stackpilot-backend:latest
image: git.menzel.center/menzeljonas/stackpilot-backend:latest
build: ./backend
restart: unless-stopped
environment:
@@ -43,7 +43,7 @@ services:
# - "5008:5008"
frontend:
image: 10.10.6.10:3020/menzelj/stackpilot-frontend:latest
image: git.menzel.center/menzeljonas/stackpilot-frontend:latest
build: ./frontend
restart: unless-stopped
depends_on: