mirror of
https://github.com/langgenius/dify.git
synced 2026-03-13 13:00:44 +08:00
feat: add latest tag for default branch tags rule
This commit is contained in:
parent
9e2632356a
commit
431bdede94
1
.github/workflows/build-api-image.yml
vendored
1
.github/workflows/build-api-image.yml
vendored
@ -32,6 +32,7 @@ jobs:
|
||||
with:
|
||||
images: langgenius/dify-api
|
||||
tags: |
|
||||
type=raw,value=latest,enable={{is_default_branch}}
|
||||
type=ref,event=branch
|
||||
type=semver,pattern={{major}}.{{minor}}.{{patch}}
|
||||
type=semver,pattern={{major}}.{{minor}}
|
||||
|
||||
1
.github/workflows/build-web-image.yml
vendored
1
.github/workflows/build-web-image.yml
vendored
@ -32,6 +32,7 @@ jobs:
|
||||
with:
|
||||
images: langgenius/dify-web
|
||||
tags: |
|
||||
type=raw,value=latest,enable={{is_default_branch}}
|
||||
type=ref,event=branch
|
||||
type=semver,pattern={{major}}.{{minor}}.{{patch}}
|
||||
type=semver,pattern={{major}}.{{minor}}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user