From 4b0080886bb6cada7709aff0732528db955ebcfe Mon Sep 17 00:00:00 2001 From: Bug Fest <52962234+bugfest@users.noreply.github.com> Date: Mon, 13 Nov 2023 19:49:42 +0100 Subject: [PATCH] fix tag filter IV Signed-off-by: Bug Fest <52962234+bugfest@users.noreply.github.com> --- .github/workflows/main-tag.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main-tag.yml b/.github/workflows/main-tag.yml index 98dbcfe..f828754 100644 --- a/.github/workflows/main-tag.yml +++ b/.github/workflows/main-tag.yml @@ -3,8 +3,8 @@ name: Build multiarch image - tag on: push: tags: - - [0-9]+.[0-9]+.[0-9] - - [0-9]+.[0-9]+.[0-9]-rc.[0-9]+ + - "[0-9]+.[0-9]+.[0-9]" + - "[0-9]+.[0-9]+.[0-9]-rc.[0-9]+" branches: - master - release/*