Skip to content

Commit 5f5770a

Browse files
committed
Fix Dockerfile path in GH Actions
1 parent 5ac2cd1 commit 5f5770a

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,6 @@ jobs:
5353
- name: Build and push
5454
uses: docker/build-push-action@v6
5555
with:
56-
context: .
57-
file: ./docker/Dockerfile
5856
tags: ${{ steps.meta.outputs.tags }}
5957
labels: ${{ steps.meta.outputs.labels }}
6058
platforms: ${{ matrix.build.dockerPlatform }}

0 commit comments

Comments
 (0)