fix: update Docker image name to match erp-mafia org

Repo moved from gnubok/gnubok to erp-mafia/erp-base. Updated GHCR image
reference in CI workflow and docker-compose.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Jakob Wennberg
2026-03-03 15:16:07 +01:00
co-authored by Claude Opus 4.6
parent ab6728c2d5
commit f6a9889f0a
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ on:
env:
REGISTRY: ghcr.io
IMAGE_NAME: gnubok/gnubok
IMAGE_NAME: erp-mafia/erp-base
jobs:
build-and-push:
+1 -1
View File
@@ -1,6 +1,6 @@
services:
app:
image: ghcr.io/gnubok/gnubok:latest
image: ghcr.io/erp-mafia/erp-base:latest
env_file: .env
ports:
- "${PORT:-3000}:3000"