You've already forked docker-volume-backup
mirror of
https://github.com/offen/docker-volume-backup.git
synced 2025-11-23 21:44:40 +02:00
Branches filter is a glob pattern, not a regex
This commit is contained in:
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:
|
||||
|
||||
Reference in New Issue
Block a user