We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42bd35a commit 8fa4dedCopy full SHA for 8fa4ded
1 file changed
pkg/config/resolve.go
@@ -66,7 +66,7 @@ func ResolveSources(agentsPath string) (Sources, error) {
66
}
67
68
return map[string]Source{
69
- resolvedPath: NewOCISource(agentsPath),
+ reference.OciRefToFilename(agentsPath): NewOCISource(agentsPath),
70
}, nil
71
72
0 commit comments