chore: move proxy-container to apps (#11435)

* chore: move proxy-container to apps

* chore: limit next/react rules to next apps

* chore: add standalone issue template

---------

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
This commit is contained in:
Almeida
2026-03-02 19:34:45 +00:00
committed by GitHub
parent ec796caf00
commit 3c9d90ad7e
27 changed files with 126 additions and 78 deletions

View File

@@ -40,7 +40,7 @@ jobs:
uses: docker/build-push-action@v6
with:
context: .
file: packages/proxy-container/Dockerfile
file: apps/proxy-container/Dockerfile
platforms: ${{ matrix.platform }}
outputs: type=image,name=${{ env.IMAGE_NAME }},push-by-digest=true,name-canonical=true,push=true