From 83993febc7d2e73bbd42d06507b913d925020902 Mon Sep 17 00:00:00 2001 From: Asep Haryana Saputra <90584806+MythEclipse@users.noreply.github.com> Date: Fri, 22 May 2026 21:58:00 +0000 Subject: [PATCH] fix: update comment to clarify dynamic IMAGE_PREFIX setting in deployment workflow --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index a4e0335..929a8e1 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -9,7 +9,7 @@ on: env: REGISTRY: ghcr.io VITE_API_BASE_URL: ${{ vars.VITE_API_BASE_URL || 'https://api.zeavisedu.asepharyana.tech' }} - +// Note: The IMAGE_PREFIX is set dynamically in the build job to ensure it uses the correct repository name. jobs: build: runs-on: ubuntu-latest