Skip to content

Commit fcd3dd1

Browse files
committed
fix: set semantic tag push
1 parent e663290 commit fcd3dd1

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/docker.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@ name: Docker Release
22

33
on:
44
push:
5-
branches: [master, main]
65
tags:
7-
- '*'
6+
- '[0-9]+.[0-9]+.[0-9]+'
87

98
jobs:
109
build:

0 commit comments

Comments
 (0)