From 1f49ea7d6db76c1fae1d5ee2c7572cc8354b45c7 Mon Sep 17 00:00:00 2001 From: Jiacheng Xu <169599847+Stardust0831@users.noreply.github.com> Date: Wed, 5 Aug 2026 21:44:27 +0800 Subject: [PATCH] CI: isolate LTS container packages --- .github/workflows/devcontainer.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/devcontainer.yml b/.github/workflows/devcontainer.yml index 0e744d3ead..74e1118026 100644 --- a/.github/workflows/devcontainer.yml +++ b/.github/workflows/devcontainer.yml @@ -26,8 +26,8 @@ jobs: uses: docker/metadata-action@v5 with: images: | - ghcr.io/deepmodeling/abacus-${{ matrix.dockerfile }} - dp-harbor-registry.us-east-1.cr.aliyuncs.com/deepmodeling/abacus-${{ matrix.dockerfile }} + ghcr.io/deepmodeling/abacus-${{ matrix.dockerfile }}-lts + dp-harbor-registry.us-east-1.cr.aliyuncs.com/deepmodeling/abacus-${{ matrix.dockerfile }}-lts tags: | type=semver,pattern={{version}},enable=${{ github.ref_type == 'tag' }} type=raw,value=latest @@ -57,5 +57,5 @@ jobs: labels: ${{ steps.meta.outputs.labels }} file: Dockerfile.${{ matrix.dockerfile }} push: true - cache-from: type=registry,ref=ghcr.io/deepmodeling/abacus-${{ matrix.dockerfile }}:latest + cache-from: type=registry,ref=ghcr.io/deepmodeling/abacus-${{ matrix.dockerfile }}-lts:latest cache-to: type=inline