Skip to content

Commit 2b24eee

Browse files
committed
ci: add missing dockerfile path
1 parent 7730880 commit 2b24eee

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/build.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ jobs:
3838
uses: docker/build-push-action@v6
3939
with:
4040
context: .
41+
file: Dockerfile.linux
4142
push: ${{ github.event_name != 'pull_request' }}
4243
tags: ${{ steps.meta.outputs.tags }}
4344
labels: ${{ steps.meta.outputs.labels }}

0 commit comments

Comments
 (0)