fix: image owner

This commit is contained in:
yuhao1118 2023-05-17 20:02:07 +08:00
parent f33c9968c3
commit d36165db93
3 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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

View File

@ -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