Skip to content

Commit e4db5a2

Browse files
wing328Goopher Maijenburg
authored andcommitted
after docker release to trigger on tags
1 parent 543b765 commit e4db5a2

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/docker-release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ name: Release to DockerHub (snapshot, stable)
22

33
on:
44
push:
5+
tags:
6+
- 'v*' # Triggers on any tag starting with 'v' (e.g., v1.0, v2.1.3)
57
branches:
68
- master
79
jobs:

0 commit comments

Comments
 (0)