Skip to content

Commit 439960a

Browse files
committed
fix(ci): build version number
1 parent 672dcdb commit 439960a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
type=semver,pattern={{version}}
5454
type=semver,pattern={{major}}.{{minor}}
5555
type=semver,pattern={{major}}
56-
type=sha,prefix={{branch}}-
56+
type=sha,prefix=sha-
5757
type=raw,value=latest,enable={{is_default_branch}}
5858
5959
- name: Build and push Docker image

0 commit comments

Comments
 (0)