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