We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d5c825 commit ecc35dbCopy full SHA for ecc35db
.github/workflows/devcontainer.yml
@@ -7,7 +7,6 @@ on:
7
- LTS
8
tags:
9
- 'v*'
10
- - 'LTSv*'
11
workflow_dispatch:
12
13
jobs:
@@ -30,7 +29,8 @@ jobs:
30
29
dp-harbor-registry.us-east-1.cr.aliyuncs.com/deepmodeling/abacus-${{ matrix.dockerfile }}
31
tags: |
32
type=semver,pattern={{version}},enable=${{ github.ref_type == 'tag' }}
33
- type=raw,value=latest
+ type=raw,value=latest,enable=${{ github.ref == 'refs/heads/develop' }}
+ type=raw,value=lts,enable=${{ github.ref == 'refs/heads/LTS' }}
34
35
- name: Setup Docker Buildx
36
uses: docker/setup-buildx-action@v3
0 commit comments