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:
co-authored by
Claude Opus 4.6
parent
ab6728c2d5
commit
f6a9889f0a
@@ -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
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user