fix: dont release docker image for release candidate (#2101)

- do not release docker image on `0.11.2-rc1`
- only release on `0.11.x` or `v0.11.x`
- also remove invalid version `0.0.0.0`
This commit is contained in:
dni ⚡
2023-11-14 18:59:21 +01:00
committed by GitHub
parent 3e91200d3f
commit 6f0d911a08

View File

@ -6,9 +6,8 @@ env:
on: on:
push: push:
tags: tags:
- "v[0-9]+.[0-9]+.[0-9]+"
- "[0-9]+.[0-9]+.[0-9]+" - "[0-9]+.[0-9]+.[0-9]+"
- "[0-9]+.[0-9]+.[0-9]+.[0-9]+"
- "[0-9]+.[0-9]+.[0-9]+-*"
jobs: jobs:
build: build: