From e72d8305cc2ecefb605302081d03d299c9a5931e Mon Sep 17 00:00:00 2001 From: LPM Date: Mon, 11 Aug 2025 20:56:49 -0400 Subject: [PATCH] Update build-pocketbase.yml updated context --- .github/workflows/build-pocketbase.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build-pocketbase.yml b/.github/workflows/build-pocketbase.yml index 117c63a..b35779e 100644 --- a/.github/workflows/build-pocketbase.yml +++ b/.github/workflows/build-pocketbase.yml @@ -37,7 +37,8 @@ jobs: name: Build and Push uses: docker/build-push-action@v6 with: + file: ./Dockerfile tags: ${{ steps.meta.outputs.tags }} platforms: linux/amd64 - context: . + context: ./ push: true