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 hasDigest
hasDigest would always be true when reaching this code, because the function would return with an error when failing to resolve the digest; if !hasDigest { return nil, errors.Errorf("oci-layout reference %q could not be resolved", v.Path) } Signed-off-by: Sebastiaan van Stijn <[email protected]>
- Loading branch information