From ac6488d393ab47e3999841b551bb5502489d1fe4 Mon Sep 17 00:00:00 2001 From: Dimitris Mandalidis Date: Sun, 3 Dec 2023 17:19:02 +0200 Subject: [PATCH] Tag pattern fix --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8fe0e872..0cfa2b0c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ on: branches: - master tags: - - v.* + - 'v*' env: DOCKER_VERSION: 24.0.7