fix: Correct Docker tag format in metadata action

- Add format=short to SHA tags to prevent malformed tags
- Standardize dev tag naming across workflows (was 'development')
- Ensure branch name is properly included in SHA prefix
This commit is contained in:
Wikid82
2025-11-18 17:25:16 -05:00
parent 95823204a6
commit 8716919e22
2 changed files with 4 additions and 4 deletions

View File

@@ -61,7 +61,7 @@ jobs:
# 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=sha-,format=short
type=sha,prefix={{branch}}-,format=short
# Step 6: Build the frontend first
- name: 🎨 Build frontend