diff --git a/.github/workflows/frontend-web-build.yml b/.github/workflows/frontend-web-build.yml index 2bb49005..1a46a0f6 100644 --- a/.github/workflows/frontend-web-build.yml +++ b/.github/workflows/frontend-web-build.yml @@ -5,12 +5,12 @@ on: branches: [main, pre-prod] paths: - "frontend-prep/**" - - "docker/frontend/**" + - "docker-pre-prod/frontend/**" pull_request: branches: [main, pre-prod] paths: - "frontend-prep/**" - - "docker/frontend/**" + - "docker-pre-prod/frontend/**" jobs: lint-typecheck: @@ -88,7 +88,7 @@ jobs: uses: docker/build-push-action@v6 with: context: . - file: docker/frontend/Dockerfile + file: docker-pre-prod/frontend/Dockerfile push: true tags: xor1234/frontend-mln:${{ (github.ref == 'refs/heads/main' || github.base_ref == 'main') && 'latest' || 'pre-prod' }} build-args: |