1
0
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:
Frederik Ring
2023-04-02 11:46:06 +02:00
parent 7f20036b15
commit 27c2201161

View File

@@ -2,7 +2,7 @@ name: Release Docker Image
on:
push:
tags: ^v.*
tags: v**
jobs:
push_to_registries: