mirror of
https://github.com/offen/docker-volume-backup.git
synced 2026-01-04 07:59:42 +08:00
Branches filter is a glob pattern, not a regex
This commit is contained in:
parent
7f20036b15
commit
27c2201161
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
|
@ -2,7 +2,7 @@ name: Release Docker Image
|
|||
|
||||
on:
|
||||
push:
|
||||
tags: ^v.*
|
||||
tags: v**
|
||||
|
||||
jobs:
|
||||
push_to_registries:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue