fix: Remove SHA-based Docker tags causing invalid format errors

- Remove type=sha tags that were producing invalid formats like ':-f0d0654'
- Keep latest/dev tags for branches and semver tags for releases
- SHA is still tracked via image digest and labels
This commit is contained in:
Wikid82
2025-11-18 17:27:11 -05:00
parent 8716919e22
commit f14b0f3978
2 changed files with 0 additions and 4 deletions

View File

@@ -54,8 +54,6 @@ jobs:
type=semver,pattern={{version}}
type=semver,pattern={{major}}.{{minor}}
type=semver,pattern={{major}}
# SHA for all builds
type=sha,prefix={{branch}}-,format=short
- name: Build and push Docker image
id: build-and-push