Try to fix build action
This commit is contained in:
parent
38108efd9d
commit
74a4e27ef5
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user