mirror of https://github.com/langgenius/dify.git
fix: image owner
This commit is contained in:
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…
Reference in New Issue