Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: loadInputs: remove redundant check for hasTag
hasTag was always true as it was set to "true" when missing, in which case the default (`:latest`) tag was applied; localPath, tag, hasTag := strings.Cut(localPath, ":") if !hasTag { tag = "latest" hasTag = true } Signed-off-by: Sebastiaan van Stijn <[email protected]>
- Loading branch information