We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8238a1a commit ddf86ccCopy full SHA for ddf86cc
.github/workflows/docker.yml
@@ -3,7 +3,7 @@ name: docker
3
on:
4
push:
5
branches: ["main"]
6
- tags: ["*"]
+ tags: ["[0-9]+.[0-9]+.[0-9]+"]
7
pull_request:
8
9
0 commit comments