mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-08-08 20:19:03 +08:00
feat(build-push): Avoid updating the latest version tag.
Signed-off-by: -LAN- <laipz8200@outlook.com>
This commit is contained in:
parent
4b938ab18d
commit
903cf33342
1
.github/workflows/build-push.yml
vendored
1
.github/workflows/build-push.yml
vendored
@ -125,7 +125,6 @@ jobs:
|
||||
with:
|
||||
images: ${{ env[matrix.image_name_env] }}
|
||||
tags: |
|
||||
type=raw,value=latest,enable=${{ startsWith(github.ref, 'refs/tags/') && !contains(github.ref, '-') }}
|
||||
type=ref,event=branch
|
||||
type=sha,enable=true,priority=100,prefix=,suffix=,format=long
|
||||
type=raw,value=${{ github.ref_name }},enable=${{ startsWith(github.ref, 'refs/tags/') }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user