From ac427bd517705ea90d64019dab746a1ff37e993c Mon Sep 17 00:00:00 2001 From: Daniil Polyakov Date: Tue, 7 Apr 2026 23:34:51 +0300 Subject: [PATCH] fix: fix docker builds on tags --- .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 5076a430..4f01f6b7 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={{branch}}- + type=sha,prefix={{ref_name}}- type=raw,value=latest,enable={{is_default_branch}} - name: Build and push Docker image