Skip to content

Commit

Permalink
Add more python version
Browse files Browse the repository at this point in the history
  • Loading branch information
yulinhuang committed Jul 17, 2024
1 parent b3f5f04 commit 62a3b0e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-images-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
id-token: write
strategy:
matrix:
python-version: ["3.12"]
python-version: ["3.12", "3.11", "3.10", "3.9", "3.8", "3.7", "3.6"]
image-name: ["python"]

steps:
Expand Down Expand Up @@ -114,7 +114,7 @@ jobs:
id-token: write
strategy:
matrix:
python-version: ["3.12"]
python-version: ["3.12", "3.11", "3.10", "3.9", "3.8", "3.7", "3.6"]
image-name: ["python-pytorch"]

steps:
Expand Down

0 comments on commit 62a3b0e

Please sign in to comment.