Skip to content

Commit d186688

Browse files
committed
Update Docker image versioning in workflow to use short SHA format for branch prefix
1 parent 12fa90f commit d186688

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
type=semver,pattern={{version}}
5050
type=semver,pattern={{major}}.{{minor}}
5151
type=semver,pattern={{major}}
52-
type=sha,prefix={{branch}}-
52+
type=sha,prefix=sha-,format=short
5353
type=raw,value=latest,enable={{is_default_branch}}
5454
5555
- name: Build and push Docker image

0 commit comments

Comments
 (0)