Skip to content

Commit 47cec39

Browse files
committed
ci: add missing dockerfile path
1 parent cfbe411 commit 47cec39

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.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)