Skip to content

Commit a784577

Browse files
committed
fix: dockerfile path
1 parent b536f53 commit a784577

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/build-push.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ jobs:
3434
uses: docker/build-push-action@v6
3535
with:
3636
context: .
37+
file: docker/Dockerfile.xpu
3738
push: ${{ github.event_name != 'pull_request' }}
3839
tags: ${{ steps.meta.outputs.tags }}
3940
labels: ${{ steps.meta.outputs.labels }}

0 commit comments

Comments
 (0)