From ee131c3681260a73c70fe3bd0bab42680f8e9f08 Mon Sep 17 00:00:00 2001 From: Dan Ditomaso Date: Sun, 31 Aug 2025 16:22:43 -0400 Subject: [PATCH] fix: added working directory to build step (#819) --- .github/workflows/nightly.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 44f74cb9..c11eaa5f 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -87,6 +87,7 @@ jobs: ./packages/web/infra/Containerfile image: ${{ env.REGISTRY_IMAGE }} tags: ${{ steps.meta.outputs.tags }} + working-directory: packages/web oci: true platforms: linux/amd64,linux/arm64 labels: |