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
|
- name: Build and push Docker image
|
||||||
uses: docker/build-push-action@v5
|
uses: docker/build-push-action@v5
|
||||||
with:
|
with:
|
||||||
context: .
|
context: ${{ github.workspace }}
|
||||||
file: ./Dockerfile
|
file: ${{ github.workspace }}/Dockerfile
|
||||||
push: true
|
push: true
|
||||||
tags: |
|
tags: |
|
||||||
gitgud.foo/thegrind/flowtodo:latest
|
gitgud.foo/thegrind/flowtodo:latest
|
||||||
|
Loading…
x
Reference in New Issue
Block a user