From e4200e4b56b280f23d0ff1a22e1bbffb827566c4 Mon Sep 17 00:00:00 2001 From: Daniil Polyakov Date: Tue, 7 Apr 2026 23:58:10 +0300 Subject: [PATCH] fix: use just sha without ref_name --- .github/workflows/publish_images.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish_images.yml b/.github/workflows/publish_images.yml index 4f01f6b7..dbf6a68d 100644 --- a/.github/workflows/publish_images.yml +++ b/.github/workflows/publish_images.yml @@ -50,7 +50,7 @@ jobs: type=ref,event=pr type=semver,pattern={{version}} type=semver,pattern={{major}}.{{minor}} - type=sha,prefix={{ref_name}}- + type=sha,prefix=sha- type=raw,value=latest,enable={{is_default_branch}} - name: Build and push Docker image