fix: image owner

pull/77/head
yuhao1118 3 years ago
parent f33c9968c3
commit d36165db93

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

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

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

Loading…
Cancel
Save