From a0368075125d20f95742a0bb0957a6b70130a862 Mon Sep 17 00:00:00 2001 From: Pergola Fabio Date: Wed, 6 Sep 2023 08:45:05 +0200 Subject: [PATCH] deploy only non-beta to dockerhub --- .github/workflows/deploy dockerhub.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy dockerhub.yml b/.github/workflows/deploy dockerhub.yml index ef15f38..c51d642 100644 --- a/.github/workflows/deploy dockerhub.yml +++ b/.github/workflows/deploy dockerhub.yml @@ -8,7 +8,7 @@ on: # types: [published] push: tags: - - "doorbell-v*" + - "doorbell-v[0-9]+.[0-9]+.[0-9]+" jobs: # Remove the prefix `doorbell-v` from the Git tag and set it as output of this step