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

@@ -60,8 +60,6 @@ jobs:
type=semver,pattern={{major}}.{{minor}}
# Tag major from git tags (v1.2.3 → 1)
type=semver,pattern={{major}}
# Tag with git SHA for tracking (first 7 characters)
type=sha,prefix={{branch}}-,format=short
# Step 6: Build the frontend first
- name: 🎨 Build frontend