We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e663290 commit fcd3dd1Copy full SHA for fcd3dd1
1 file changed
.github/workflows/docker.yml
@@ -2,9 +2,8 @@ name: Docker Release
2
3
on:
4
push:
5
- branches: [master, main]
6
tags:
7
- - '*'
+ - '[0-9]+.[0-9]+.[0-9]+'
8
9
jobs:
10
build:
0 commit comments