[bugs] docker file name should be <name>.Dockerfile so it can properly render (#11869)

This commit is contained in:
Simo Lin
2025-10-25 08:34:43 -07:00
committed by GitHub
parent 3865afc5df
commit 22cbc9c086
15 changed files with 14 additions and 14 deletions
+2 -2
View File
@@ -9,7 +9,7 @@ on:
- main
paths:
- ".github/workflows/release-docker-npu.yml"
- "docker/Dockerfile.npu"
- "docker/npu.Dockerfile"
jobs:
build:
@@ -61,7 +61,7 @@ jobs:
uses: docker/build-push-action@v6
with:
context: docker
file: docker/Dockerfile.npu
file: docker/npu.Dockerfile
# TODO: need add x86 platforms support when memfabric is ready
platforms: linux/arm64
labels: ${{ steps.meta.outputs.labels }}