FIX(docker): fix docker/metadata-action prefix

- Match prefix with extraction logic
- Fix image tag generation
This commit is contained in:
2025-11-24 21:34:52 +09:00
parent 556d567cdd
commit 028b96f894
2 changed files with 2 additions and 2 deletions

View File

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