From a0e43b9d199ddaa2e42b7953851352e68cba817c Mon Sep 17 00:00:00 2001 From: Andrew Lindesay Date: Fri, 24 Jan 2025 23:38:06 +1300 Subject: [PATCH] fix the image address --- .github/workflows/release-package.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-package.yml b/.github/workflows/release-package.yml index 02417a81..b36dcda8 100644 --- a/.github/workflows/release-package.yml +++ b/.github/workflows/release-package.yml @@ -9,8 +9,8 @@ on: env: REGISTRY: ghcr.io - IMAGE_NAME_WEBAPP: haikudepotserver - IMAGE_NAME_SERVER_GRAPHICS: haikudepotserver-server-graphics + IMAGE_NAME_WEBAPP: haiku/haikudepotserver + IMAGE_NAME_SERVER_GRAPHICS: haiku/haikudepotserver-server-graphics jobs: build-and-push-image: