Skip to content

Commit 96fe8df

Browse files
author
dyzheng
committed
Revert "CI: isolate LTS container packages (deepmodeling#7781)"
This reverts commit e148bc4.
1 parent d9afc35 commit 96fe8df

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/devcontainer.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ jobs:
2626
uses: docker/metadata-action@v5
2727
with:
2828
images: |
29-
ghcr.io/deepmodeling/abacus-${{ matrix.dockerfile }}-lts
30-
dp-harbor-registry.us-east-1.cr.aliyuncs.com/deepmodeling/abacus-${{ matrix.dockerfile }}-lts
29+
ghcr.io/deepmodeling/abacus-${{ matrix.dockerfile }}
30+
dp-harbor-registry.us-east-1.cr.aliyuncs.com/deepmodeling/abacus-${{ matrix.dockerfile }}
3131
tags: |
3232
type=semver,pattern={{version}},enable=${{ github.ref_type == 'tag' }}
3333
type=raw,value=latest
@@ -57,5 +57,5 @@ jobs:
5757
labels: ${{ steps.meta.outputs.labels }}
5858
file: Dockerfile.${{ matrix.dockerfile }}
5959
push: true
60-
cache-from: type=registry,ref=ghcr.io/deepmodeling/abacus-${{ matrix.dockerfile }}-lts:latest
60+
cache-from: type=registry,ref=ghcr.io/deepmodeling/abacus-${{ matrix.dockerfile }}:latest
6161
cache-to: type=inline

0 commit comments

Comments
 (0)