fix: use just sha without ref_name

This commit is contained in:
Daniil Polyakov 2026-04-07 23:58:10 +03:00
parent 7c1e5503c1
commit e4200e4b56

View File

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