From e925aaef3cdc0c41d85079bf37fde73a8bdc4d69 Mon Sep 17 00:00:00 2001 From: joanestebanr <129153821+joanestebanr@users.noreply.github.com> Date: Fri, 23 Feb 2024 12:14:54 +0100 Subject: [PATCH] build docker --- .github/workflows/release.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 27c96646..6461f3d9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -3,8 +3,7 @@ name: goreleaser on: push: tags: - - 'v*.*.*' - #- 'v[0-9]+.[0-9]+.[0-9]+' # this action will only run on tags that follow semver + - 'v[0-9]+.[0-9]+.[0-9]+' # this action will only run on tags that follow semver jobs: goreleaser: