From a5baeabdc223b4a459efb9f2f3ab2a92a00ba6ce Mon Sep 17 00:00:00 2001 From: Zuhair AlSader Date: Fri, 25 Aug 2023 00:08:07 -0400 Subject: [PATCH] fix: build images (#8) --- .github/workflows/build-images.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-images.yml b/.github/workflows/build-images.yml index b7a0610..ed86c12 100644 --- a/.github/workflows/build-images.yml +++ b/.github/workflows/build-images.yml @@ -29,7 +29,7 @@ jobs: tags: | type=ref,event=branch type=raw,value=latest,enable={{is_default_branch}} - type=sha,prefix={{branch}}- + type=sha,prefix={{branch}}-,enable={{is_default_branch}} type=semver,pattern=v{{version}} type=semver,pattern=v{{major}}.{{minor}} type=semver,pattern=v{{major}}