Fix invalid Docker tag format in workflow

Remove problematic prefix={{branch}}- from sha tag type that creates invalid tags like :-SHA

Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2025-12-28 17:32:22 +00:00
parent 0ee304463c
commit 6025502848

View File

@@ -50,7 +50,7 @@ jobs:
type=semver,pattern={{version}}
type=semver,pattern={{major}}.{{minor}}
type=semver,pattern={{major}}
type=sha,prefix={{branch}}-
type=sha
type=raw,value=latest,enable={{is_default_branch}}
- name: Build Docker image