fix: remove branch prefix from SHA tag to avoid invalid Docker tag format

This commit is contained in:
czlonkowski
2025-07-17 00:57:51 +02:00
parent b111eb64d6
commit f1e287e031

View File

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