From a14ea3fc14d380bd7804c632a1e76b24712f94ad Mon Sep 17 00:00:00 2001 From: hywax Date: Sat, 30 Dec 2023 18:59:45 +0500 Subject: [PATCH] fix: trigger tag signature --- .github/workflows/release.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e8e86bd..3933350 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -2,7 +2,8 @@ name: Release Docker Image on: push: - tags: ['v.*.*'] + tags: + - 'v*.*.*' jobs: push_to_registries: