Files
buildx/build
Sebastiaan van Stijn c0a986b43b 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 <github@gone.nl>
2024-05-25 16:32:37 +02:00
..
2024-02-08 22:16:00 +00:00
2024-05-20 16:31:42 -07:00
2024-04-24 17:58:17 -07:00
2023-09-30 01:08:06 +02:00
2024-04-24 17:58:17 -07:00