Skip to content

Commit 8b3883d

Browse files
committed
using tmp support regex
Signed-off-by: cuisongliu <[email protected]>
1 parent 5652bd0 commit 8b3883d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

dockerhub/generator.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ import (
3030
const tmpl = `docker.io:
3131
{{- if .ByTagRegex }}
3232
images-by-tag-regex:
33-
{{- range .Repos }}
34-
labring/{{ .Name }}: {{ .Filter }}
35-
{{- end }}
33+
{{- range .Repos }}
34+
labring/{{ .Name }}: {{ .Filter }}
35+
{{- end }}
3636
{{- else }}
3737
images:
3838
{{- range .Repos }}

0 commit comments

Comments
 (0)