Skip to content

Commit 14eb093

Browse files
committed
chore: rename the docker file
1 parent 476a226 commit 14eb093

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ jobs:
1414
matrix:
1515
version:
1616
- python: "3.8"
17-
tag: "cuda11.8-python3.8"
17+
tag: "3.8-cuda11.8"
1818
- python: "3.9"
19-
tag: "cuda11.8-python3.9"
19+
tag: "3.9-cuda11.8"
2020
- python: "3.10"
21-
tag: "cuda11.8-python3.10"
21+
tag: "3.10-cuda11.8"
2222

2323
steps:
2424
- name: Checkout

0 commit comments

Comments
 (0)