Skip to content

Commit

Permalink
fix ref
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh-XT committed Jul 30, 2024
1 parent eff57da commit fc947c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-docker-cuda.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build and Test
name: Build CU123 Docker Image

on:
push:
Expand Down Expand Up @@ -41,7 +41,7 @@ jobs:
uses: docker/build-push-action@v5
with:
context: .
file: ./Dockerfile
file: ./cuda.Dockerfile
platforms: linux/amd64
push: true
cache-from: type=gha
Expand Down

0 comments on commit fc947c6

Please sign in to comment.