You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are two invalid fields in packs/typescript/skaffold.yaml
build.artifacts.imageName (should be image)
build.artifacts.imageName.workspace (should be context)
When you try to build using this file, an error appears:
level=fatal msg="creating runner: parsing skaffold config: unable to parse config: yaml: unmarshal errors:\n line 8: field imageName not found in type latest.Artifact\n line 9: field workspace not found in type latest.Artifact"
There are two invalid fields in packs/typescript/skaffold.yaml
When you try to build using this file, an error appears:
level=fatal msg="creating runner: parsing skaffold config: unable to parse config: yaml: unmarshal errors:\n line 8: field imageName not found in type latest.Artifact\n line 9: field workspace not found in type latest.Artifact"
PR #15 from hnicke solves the issue.
The text was updated successfully, but these errors were encountered: