forked from phoenix-oss/llama-stack-mirror
ci tag
This commit is contained in:
parent
43a7713140
commit
ed31462499
2 changed files with 3 additions and 1 deletions
1
.github/workflows/ci-playground.yaml
vendored
1
.github/workflows/ci-playground.yaml
vendored
|
@ -51,6 +51,7 @@ jobs:
|
||||||
type=schedule
|
type=schedule
|
||||||
type=ref,event=branch
|
type=ref,event=branch
|
||||||
type=ref,event=pr
|
type=ref,event=pr
|
||||||
|
type=ref,event=tag
|
||||||
type=semver,pattern={{version}}
|
type=semver,pattern={{version}}
|
||||||
|
|
||||||
- name: Build and push to gitea registry
|
- name: Build and push to gitea registry
|
||||||
|
|
3
.github/workflows/ci.yaml
vendored
3
.github/workflows/ci.yaml
vendored
|
@ -58,7 +58,8 @@ jobs:
|
||||||
type=schedule
|
type=schedule
|
||||||
type=ref,event=branch
|
type=ref,event=branch
|
||||||
type=ref,event=pr
|
type=ref,event=pr
|
||||||
type=semver,pattern={{raw}}
|
type=ref,event=tag
|
||||||
|
type=semver,pattern={{version}}
|
||||||
|
|
||||||
- name: Install uv
|
- name: Install uv
|
||||||
uses: https://github.com/astral-sh/setup-uv@v5
|
uses: https://github.com/astral-sh/setup-uv@v5
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue