From ecce70eb200630564c81d332ba988d96b5699049 Mon Sep 17 00:00:00 2001 From: Vo Van Nghia Date: Sat, 10 Aug 2024 06:10:46 +0200 Subject: [PATCH] enable --- .github/workflows/main.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 1a8a5f994f..3bb0c82177 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -137,7 +137,7 @@ jobs: images: | name=ghcr.io/${{ github.repository }} tags: | - type=ref,event=pr,enable={{!is_default_branch}} + type=ref,event=pr type=semver,pattern=v{{version}},enable={{is_default_branch}} type=semver,pattern=v{{major}}.{{minor}},enable={{is_default_branch}} type=semver,pattern=v{{major}},enable={{is_default_branch}}