Skip to content

Commit ecc35db

Browse files
committed
fix lts mirror
1 parent 6d5c825 commit ecc35db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/devcontainer.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ on:
77
- LTS
88
tags:
99
- 'v*'
10-
- 'LTSv*'
1110
workflow_dispatch:
1211

1312
jobs:
@@ -30,7 +29,8 @@ jobs:
3029
dp-harbor-registry.us-east-1.cr.aliyuncs.com/deepmodeling/abacus-${{ matrix.dockerfile }}
3130
tags: |
3231
type=semver,pattern={{version}},enable=${{ github.ref_type == 'tag' }}
33-
type=raw,value=latest
32+
type=raw,value=latest,enable=${{ github.ref == 'refs/heads/develop' }}
33+
type=raw,value=lts,enable=${{ github.ref == 'refs/heads/LTS' }}
3434
3535
- name: Setup Docker Buildx
3636
uses: docker/setup-buildx-action@v3

0 commit comments

Comments
 (0)