This is an automated email from the ASF dual-hosted git repository. aiceflower pushed a commit to branch release-1.8.0 in repository https://gitbox.apache.org/repos/asf/linkis.git
commit 2d20e26ddb9c46f23efd9ac1840c3921d6b72c57 Author: Kazuto Iris <[email protected]> AuthorDate: Wed Aug 20 15:17:32 2025 +0800 Upgrade `LINKIS_VERSION` to `1.8.0` to Fix Integration Test Failure in GitHub Actions (#5250) * build(ci): update Linkis version to 1.8.0 Signed-off-by: kazutoiris <[email protected]> * build(ci): update Docker publish workflow to use the current repository Signed-off-by: kazutoiris <[email protected]> --------- Signed-off-by: kazutoiris <[email protected]> --- .github/workflows/integration-test.yml | 2 +- .github/workflows/publish-docker.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/integration-test.yml b/.github/workflows/integration-test.yml index 8a26905abe..f99f8c30e6 100644 --- a/.github/workflows/integration-test.yml +++ b/.github/workflows/integration-test.yml @@ -45,7 +45,7 @@ jobs: TAG: ${{ github.sha }} SKIP_TEST: true HUB: ghcr.io/apache/linkis - LINKIS_VERSION: 1.7.0 + LINKIS_VERSION: 1.8.0 steps: - name: Free up disk space run: | diff --git a/.github/workflows/publish-docker.yaml b/.github/workflows/publish-docker.yaml index d9199040d8..1b7c675a56 100644 --- a/.github/workflows/publish-docker.yaml +++ b/.github/workflows/publish-docker.yaml @@ -33,8 +33,8 @@ jobs: env: TAG: ${{ github.sha }} SKIP_TEST: true - HUB: ghcr.io/apache/linkis - LINKIS_VERSION: 1.7.0 + HUB: ghcr.io/${{ github.repository }} + LINKIS_VERSION: 1.8.0 steps: - name: Checkout uses: actions/checkout@v4 --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
