Skip to content

Commit

Permalink
fix(build-engine-gh-action): fix variable usage
Browse files Browse the repository at this point in the history
  • Loading branch information
marchuk-vlad committed Nov 1, 2024
1 parent fb27b41 commit 1305342
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-engine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
DOCKERFILE="./Text\ Generation\ WebUI/Dockerfile"
DOCKERFILE_CONTEXT="./Text\ Generation\ WebUI/"
SUBMODULE_PATH="Text\ Generation\ WebUI/text-generation-webui"
elif [ "$INSTANCE" == "comfyui" ]; then
elif [ "$SOLUTION" == "comfyui" ]; then
DOCKERFILE="./ComfyUI/Dockerfile"
DOCKERFILE_CONTEXT="./ComfyUI/"
SUBMODULE_PATH="ComfyUI/ComfyUI"
Expand Down

0 comments on commit 1305342

Please sign in to comment.