Skip to content

Commit a1f493f

Browse files
committed
fix(ci): fix incorrect Dockerfile
Signed-off-by: Adrien <adrien@huggingface.co>
1 parent a68893d commit a1f493f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ jobs:
148148
with:
149149
context: .
150150
target: grpc
151-
file: Dockerfile-cuda
151+
file: ${{ matrix.dockerfile }}
152152
push: ${{ github.event_name != 'pull_request' }}
153153
platforms: 'linux/amd64'
154154
build-args: |

0 commit comments

Comments
 (0)