mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-08-14 17:15:54 +08:00
fix: image sha tag not push (#205)
This commit is contained in:
parent
9e00e3894e
commit
24fa452307
1
.github/workflows/build-api-image.yml
vendored
1
.github/workflows/build-api-image.yml
vendored
@ -33,6 +33,7 @@ jobs:
|
||||
tags: |
|
||||
type=raw,value=latest,enable={{is_default_branch}}
|
||||
type=ref,event=branch
|
||||
type=sha,format=long
|
||||
type=semver,pattern={{major}}.{{minor}}.{{patch}}
|
||||
type=semver,pattern={{major}}.{{minor}}
|
||||
type=semver,pattern={{major}}
|
||||
|
1
.github/workflows/build-web-image.yml
vendored
1
.github/workflows/build-web-image.yml
vendored
@ -33,6 +33,7 @@ jobs:
|
||||
tags: |
|
||||
type=raw,value=latest,enable={{is_default_branch}}
|
||||
type=ref,event=branch
|
||||
type=sha,format=long
|
||||
type=semver,pattern={{major}}.{{minor}}.{{patch}}
|
||||
type=semver,pattern={{major}}.{{minor}}
|
||||
type=semver,pattern={{major}}
|
||||
|
Loading…
x
Reference in New Issue
Block a user