From a2efdb136a79b5ad5785ba4130aad7349091d52b Mon Sep 17 00:00:00 2001 From: Ivan Date: Sat, 8 Nov 2025 14:08:37 -0600 Subject: [PATCH] Update GitHub Actions workflow to specify Dockerfile path in the build context --- .github/workflows/docker.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 97b767a..972b830 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -54,6 +54,7 @@ jobs: uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0 with: context: . + file: ./docker/Dockerfile platforms: linux/amd64,linux/arm64 push: ${{ github.event_name != 'pull_request' }} tags: ${{ steps.meta.outputs.tags }}