From f601796d752660d0b21abb6e3e1212570396723d Mon Sep 17 00:00:00 2001 From: Julio Gutierrez <413330+bubuntux@users.noreply.github.com> Date: Sat, 14 Oct 2023 20:42:14 +0000 Subject: [PATCH] Update docker-image-ci.yml --- .github/workflows/docker-image-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker-image-ci.yml b/.github/workflows/docker-image-ci.yml index 64ff21a..e90d1c5 100644 --- a/.github/workflows/docker-image-ci.yml +++ b/.github/workflows/docker-image-ci.yml @@ -5,7 +5,7 @@ on: - cron: "4 20 1 * *" push: branches: ["**"] - tags: ['v[0-9]+\.[0-9]+\.[0-9]+.*'] + tags: ['v[0-9]+.[0-9]+.[0-9]+.*'] pull_request: branches: ["**"]