From 4f005f5dd9bc2bc06d24d00a75a09ac0a038fd54 Mon Sep 17 00:00:00 2001 From: "xiaolei.zl" Date: Thu, 5 Sep 2024 17:06:57 +0800 Subject: [PATCH] fix tag Committed-by: xiaolei.zl from Dev container --- .devcontainer/devcontainer.json | 2 +- .github/workflows/interactive.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 1df192ae437b..282bab918a11 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -4,7 +4,7 @@ { "name": "GraphScope", // Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile - "image": "registry.cn-hongkong.aliyuncs.com/graphscope/graphscope-dev:v0.24.0-amd", + "image": "registry.cn-hongkong.aliyuncs.com/graphscope/graphscope-dev:v0.24.2-amd64", // Features to add to the dev container. More info: https://containers.dev/features. "features": { diff --git a/.github/workflows/interactive.yml b/.github/workflows/interactive.yml index 7c5610e28374..11c5d9c67bf6 100644 --- a/.github/workflows/interactive.yml +++ b/.github/workflows/interactive.yml @@ -28,7 +28,7 @@ jobs: runs-on: ubuntu-20.04 if: ${{ github.repository == 'alibaba/GraphScope' }} container: - image: registry.cn-hongkong.aliyuncs.com/graphscope/graphscope-dev:v0.23.0 + image: registry.cn-hongkong.aliyuncs.com/graphscope/graphscope-dev:v0.24.2-amd64 steps: - uses: actions/checkout@v4