Skip to content

Commit

Permalink
Allow new base to become latest
Browse files Browse the repository at this point in the history
  • Loading branch information
robballantyne committed Jul 4, 2024
1 parent db3c19f commit 1ba45a5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
matrix:
build:
# Undeclared release tag finds latest from GitHub tags
- {latest: "false", tag: "v1.9.4", python: "3.10", pytorch: "2.3.0"}
- {latest: "true", tag: "v1.9.4", python: "3.10", pytorch: "2.3.0"}
steps:
-
name: Free Space
Expand Down Expand Up @@ -93,7 +93,7 @@ jobs:
matrix:
build:
# Undeclared release tag finds latest from GitHub tags
- {latest: "false", tag: "v1.9.4", python: "3.10", pytorch: "2.3.0", cuda: "11.8.0-base"}
- {latest: "true", tag: "v1.9.4", python: "3.10", pytorch: "2.3.0", cuda: "11.8.0-base"}
- {latest: "false", tag: "v1.9.4", python: "3.10", pytorch: "2.3.0", cuda: "12.1.1-base"}

steps:
Expand Down Expand Up @@ -170,7 +170,7 @@ jobs:
fail-fast: false
matrix:
build:
- {latest: "false", tag: "v1.9.4", python: "3.10", pytorch: "2.3.0", rocm: "6.0-core"}
- {latest: "true", tag: "v1.9.4", python: "3.10", pytorch: "2.3.0", rocm: "6.0-core"}
steps:
-
name: Free Space
Expand Down

0 comments on commit 1ba45a5

Please sign in to comment.