Try to fix build action
Some checks failed
linter / quality (push) Successful in 4m12s
tests / ci (push) Has been cancelled

This commit is contained in:
Javier Feliz 2025-07-16 19:15:50 -04:00
parent 38108efd9d
commit 74a4e27ef5

View File

@ -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