mirror of
https://github.com/lnbits/lnbits.git
synced 2025-06-29 18:10:46 +02:00
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:
3
.github/workflows/on-tag.yml
vendored
3
.github/workflows/on-tag.yml
vendored
@ -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:
|
||||||
|
Reference in New Issue
Block a user