diff --git a/.github/workflows/build-api-image.sh b/.github/workflows/build-api-image.sh index a172144800..fbdeec7eed 100644 --- a/.github/workflows/build-api-image.sh +++ b/.github/workflows/build-api-image.sh @@ -3,7 +3,7 @@ set -eo pipefail SHA=$(git rev-parse HEAD) -REPO_NAME=yuhao1118/dify +REPO_NAME=langgenius/dify API_REPO_NAME="${REPO_NAME}-api" if [[ "${GITHUB_EVENT_NAME}" == "pull_request" ]]; then diff --git a/.github/workflows/build-base-image.sh b/.github/workflows/build-base-image.sh index e87b4157f2..8e83f0f8ef 100644 --- a/.github/workflows/build-base-image.sh +++ b/.github/workflows/build-base-image.sh @@ -3,7 +3,7 @@ set -eo pipefail SHA=$(git rev-parse HEAD) -REPO_NAME=yuhao1118/base +REPO_NAME=langgenius/base API_REPO_NAME="${REPO_NAME}" if [[ "${GITHUB_EVENT_NAME}" == "pull_request" ]]; then diff --git a/.github/workflows/build-web-image.sh b/.github/workflows/build-web-image.sh index b0cf22f7ff..36d6a11e37 100644 --- a/.github/workflows/build-web-image.sh +++ b/.github/workflows/build-web-image.sh @@ -3,7 +3,7 @@ set -eo pipefail SHA=$(git rev-parse HEAD) -REPO_NAME=yuhao1118/dify +REPO_NAME=langgenius/dify WEB_REPO_NAME="${REPO_NAME}-web" if [[ "${GITHUB_EVENT_NAME}" == "pull_request" ]]; then