Skip to content

Commit

Permalink
Set v4.2.4 as latest
Browse files Browse the repository at this point in the history
  • Loading branch information
robballantyne committed Jun 24, 2024
1 parent c7c6dc7 commit af361b2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
fail-fast: false
matrix:
build:
- {latest: "false", invokeai: "4.2.4", python: "3.10", pytorch: "2.2.2"}
- {latest: "true", invokeai: "4.2.4", python: "3.10", pytorch: "2.2.2"}
steps:
-
name: Free Space
Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:
fail-fast: false
matrix:
build:
- {latest: "false", invokeai: "4.2.4", python: "3.10", pytorch: "2.2.2", cuda: "11.8.0-base"}
- {latest: "true", invokeai: "4.2.4", python: "3.10", pytorch: "2.2.2", cuda: "11.8.0-base"}

steps:
-
Expand Down Expand Up @@ -160,7 +160,7 @@ jobs:
fail-fast: false
matrix:
build:
- {latest: "false", invokeai: "4.2.4", python: "3.10", pytorch: "2.2.2", rocm: "6.0-core"}
- {latest: "true", invokeai: "4.2.4", python: "3.10", pytorch: "2.2.2", rocm: "6.0-core"}
steps:
-
name: Free Space
Expand Down Expand Up @@ -206,7 +206,7 @@ jobs:
if [[ ${{ matrix.build.latest }} == "true" ]]; then
echo "Marking latest"
TAGS="${img_path}:${base_tag}, ${img_path}:latest-rocm"
TAGS="${img_path}:${base_tag}-v${INVOKEAI_VERSION}, ${img_path}:${base_tag}, ${img_path}:latest-rocm"
else
TAGS="${img_path}:${base_tag}-v${INVOKEAI_VERSION}"
fi
Expand Down

0 comments on commit af361b2

Please sign in to comment.