Skip to content

Commit ddf86cc

Browse files
Constrain docker.yml publish to n.n.n tags only (#43)
Ignore suffix builds like n.n.n-xxxx
1 parent 8238a1a commit ddf86cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: docker
33
on:
44
push:
55
branches: ["main"]
6-
tags: ["*"]
6+
tags: ["[0-9]+.[0-9]+.[0-9]+"]
77
pull_request:
88
branches: ["main"]
99

0 commit comments

Comments
 (0)