Skip to content

Commit ba4e36c

Browse files
committed
add sealos support
Signed-off-by: cuisongliu <[email protected]>
1 parent 17b814c commit ba4e36c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dockerhub/generator.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ const tmpl = `docker.io:
3737
const k8stmpl = `docker.io:
3838
images-by-tag-regex:
3939
{{- range .Repos }}
40-
labring/{{ .Name }}: ^v(1\.2[0-9]\.[1-9]?[0-9]?)(\.)?(-(4\.[1-9]\.[5-9]))?$
40+
labring/{{ .Name }}: ^v(1\.2[0-9]\.[1-9]?[0-9]?)(\.)?$
4141
{{- end }}
4242
tls-verify: false
4343
`

0 commit comments

Comments
 (0)