mirror of
https://github.com/lnbits/lnbits-legend.git
synced 2025-03-15 12:20:21 +01: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:
parent
3e91200d3f
commit
6f0d911a08
1 changed files with 1 additions and 2 deletions
3
.github/workflows/on-tag.yml
vendored
3
.github/workflows/on-tag.yml
vendored
|
@ -6,9 +6,8 @@ env:
|
|||
on:
|
||||
push:
|
||||
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]+-*"
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
Loading…
Add table
Reference in a new issue