This is an automated email from the ASF dual-hosted git repository.

casion pushed a commit to branch dev-1.4.0-integration-test
in repository https://gitbox.apache.org/repos/asf/linkis.git


The following commit(s) were added to refs/heads/dev-1.4.0-integration-test by 
this push:
     new f656097d0 update
f656097d0 is described below

commit f656097d0cf4b931147326b7a94b557f861a75f1
Author: casionone <[email protected]>
AuthorDate: Mon May 29 22:36:09 2023 +0800

    update
---
 .github/workflows/integration-test2.yml                         | 2 +-
 linkis-dist/docker/scripts/make-linkis-image-with-mysql-jdbc.sh | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/integration-test2.yml 
b/.github/workflows/integration-test2.yml
index d493a61d4..83ffc54e1 100644
--- a/.github/workflows/integration-test2.yml
+++ b/.github/workflows/integration-test2.yml
@@ -101,7 +101,7 @@ jobs:
           MIRRORS="ghcr.io"
           TAG="latest"
           docker pull ${MIRRORS}/apache/linkis/linkis-ldh:${TAG}
-          docker pull ${MIRRORS}/apache/linkis/linkis:${TAG}
+          docker pull ghcr.io/apache/linkis/linkis:${TAG}
           docker pull ${MIRRORS}/apache/linkis/linkis-web:${TAG}
           #添加mysql 驱动
           bash -v 
${ROOT_DIR}/docker/scripts/make-linkis-image-with-mysql-jdbc.sh
diff --git a/linkis-dist/docker/scripts/make-linkis-image-with-mysql-jdbc.sh 
b/linkis-dist/docker/scripts/make-linkis-image-with-mysql-jdbc.sh
index e25c69d1b..309ba15f6 100644
--- a/linkis-dist/docker/scripts/make-linkis-image-with-mysql-jdbc.sh
+++ b/linkis-dist/docker/scripts/make-linkis-image-with-mysql-jdbc.sh
@@ -20,7 +20,7 @@ WORK_DIR=`cd $(dirname $0); pwd -P`
 . ${WORK_DIR}/utils.sh
 
 IMAGE_NAME=${IMAGE_NAME:-linkis:with-jdbc}
-LINKIS_IMAGE=${LINKIS_IMAGE:-linkis:latest}
+LINKIS_IMAGE=${LINKIS_IMAGE:-ghcr.io/apache/linkis/linkis:latest}
 LINKIS_HOME=${LINKIS_HOME:-/opt/linkis}
 MYSQL_JDBC_VERSION=${MYSQL_JDBC_VERSION:-8.0.28}
 MYSQL_JDBC_FILENAME=mysql-connector-java-${MYSQL_JDBC_VERSION}.jar


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to