Skip to content

Commit d406cbb

Browse files
committed
fix github build action
1 parent 21c8844 commit d406cbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
type=semver,pattern={{version}}
4040
type=semver,pattern={{major}}.{{minor}}
4141
type=semver,pattern={{major}}
42-
type=sha,prefix={{branch}}-
42+
type=sha
4343
type=raw,value=latest,enable={{is_default_branch}}
4444
4545
- name: Build and push Docker image

0 commit comments

Comments
 (0)