fix: docker build include valid string prior to sha (#4613)

This commit is contained in:
Alex Hancock
2025-09-11 13:17:10 -04:00
committed by GitHub
parent c8020268f6
commit a535a17bab
+1 -1
View File
@@ -41,7 +41,7 @@ jobs:
tags: |
# For main branch: latest, main, and sha
type=ref,event=branch
type=sha,prefix={{branch}}-
type=sha,prefix=sha-
type=raw,value=latest,enable={{is_default_branch}}
# For tags: v1.2.3 -> 1.2.3, 1.2, 1, latest (if not pre-release)
type=semver,pattern={{version}}