Skip to content

Commit

Permalink
fix: make build engine gh action more common
Browse files Browse the repository at this point in the history
  • Loading branch information
marchuk-vlad committed Nov 1, 2024
1 parent d6137ad commit c06042f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-engine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ env:
IMAGE_RESOURCE: ''
SOLUTION: ${{ inputs.solution }}
PR_REPO_ARGO: super-protocol/argocd-clusters
DOCKERFILE: "./Text\ Generation\ WebUI/Dockerfile"
DOCKERFILE_CONTEXT: "./Text\ Generation\ WebUI/"
DOCKERFILE: ''
DOCKERFILE_CONTEXT: ''
SUBMODULE_PATH: ''
TARGET: ${{ inputs.target }}

jobs:
build-text-genration-webui:
build-engine:
runs-on: self-hosted
permissions:
contents: read
Expand Down

0 comments on commit c06042f

Please sign in to comment.