Skip to content

Commit

Permalink
fix(ci): fix incorrect Dockerfile
Browse files Browse the repository at this point in the history
Signed-off-by: Adrien <[email protected]>
  • Loading branch information
XciD committed Jul 18, 2024
1 parent a68893d commit a1f493f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ jobs:
with:
context: .
target: grpc
file: Dockerfile-cuda
file: ${{ matrix.dockerfile }}
push: ${{ github.event_name != 'pull_request' }}
platforms: 'linux/amd64'
build-args: |
Expand Down

0 comments on commit a1f493f

Please sign in to comment.