mirror of
https://github.com/iflytek/skillhub.git
synced 2026-08-28 11:25:00 +00:00
chore(ci): restore release publish triggers
This commit is contained in:
parent
b73f7ed5d8
commit
9146476fb9
1 changed files with 1 additions and 2 deletions
3
.github/workflows/publish-images.yml
vendored
3
.github/workflows/publish-images.yml
vendored
|
|
@ -4,7 +4,6 @@ on:
|
|||
push:
|
||||
branches:
|
||||
- main
|
||||
- feature/project-init
|
||||
tags:
|
||||
- "v*.*.*"
|
||||
workflow_dispatch:
|
||||
|
|
@ -60,7 +59,7 @@ jobs:
|
|||
images: ${{ matrix.image }}
|
||||
tags: |
|
||||
type=raw,value=edge,enable={{is_default_branch}}
|
||||
type=raw,value=latest,enable=${{ startsWith(github.ref, 'refs/tags/v') }}
|
||||
type=raw,value=latest,enable=${{ startsWith(github.ref, 'refs/tags/v') && !contains(github.ref_name, '-') }}
|
||||
type=ref,event=tag
|
||||
type=sha,format=short,prefix=sha-
|
||||
type=semver,pattern={{version}}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue