Implement same_tag versioning mode

This commit is contained in:
2020-11-11 15:12:59 +01:00
parent c01d192e08
commit 5984349df3
12 changed files with 278 additions and 196 deletions

View File

@ -42,7 +42,6 @@ func (lc LabeledContainer) GetName() string {
}
}
func CombineImageParts(owner *string, repository string, tag *string) string {
image := repository
if owner != nil {