Respect artifact extension when populating cache

This caused cache to not hit correctly
This commit is contained in:
Ettore Di Giacinto
2021-01-22 11:48:54 +01:00
parent 9a2ff0a3e2
commit a6e7a3059c
3 changed files with 31 additions and 7 deletions

View File

@@ -117,6 +117,7 @@ type Artifact interface {
SetChecksums(c Checksums)
GenerateFinalImage(string, CompilerBackend, bool) (CompilerBackendOptions, error)
GetUncompressedName() string
}
type ArtifactNode struct {