From 74a4e27ef5924848255f24b411b10aece09517b2 Mon Sep 17 00:00:00 2001 From: Javier Feliz Date: Wed, 16 Jul 2025 19:15:50 -0400 Subject: [PATCH] Try to fix build action --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 868ade2..e40b41b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -25,8 +25,8 @@ jobs: - name: Build and push Docker image uses: docker/build-push-action@v5 with: - context: . - file: ./Dockerfile + context: ${{ github.workspace }} + file: ${{ github.workspace }}/Dockerfile push: true tags: | gitgud.foo/thegrind/flowtodo:latest