fix: remove outdated comment regarding dynamic IMAGE_PREFIX in deployment workflow

This commit is contained in:
Asep Haryana Saputra
2026-05-22 21:58:57 +00:00
parent 83993febc7
commit 2a12c998a8
-1
View File
@@ -9,7 +9,6 @@ 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