Add link to respective hub (#40)

This commit is contained in:
CrazyMax
2020-06-08 21:10:18 +02:00
committed by CrazyMax
parent 2038336a18
commit 6e8b0450ff
8 changed files with 323 additions and 20 deletions

View File

@@ -9,6 +9,7 @@ type Image struct {
MaxTags int `yaml:"max_tags,omitempty" json:",omitempty"`
IncludeTags []string `yaml:"include_tags,omitempty" json:",omitempty"`
ExcludeTags []string `yaml:"exclude_tags,omitempty" json:",omitempty"`
HubTpl string `yaml:"hub_tpl,omitempty" json:",omitempty"`
}
// ImagePlatform holds image platform configuration