diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 929a8e1..e3b8a8b 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -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