diff --git a/.github/workflows/build_image_release.yml b/.github/workflows/build_image_release.yml index a49728857845a..9244b9f463b50 100644 --- a/.github/workflows/build_image_release.yml +++ b/.github/workflows/build_image_release.yml @@ -3,7 +3,7 @@ name: Build image release on GHCR on: push: tags: - - 'v[0-9]+.[0-9]+.[0-9]+(-.*)?' + - 'v[0-9]+.[0-9]+.[0-9]+(-[a-zA-Z0-9_]+)?' concurrency: group: ${{ github.workflow }}-${{ github.ref }}