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
schema: fix name of dockerfile_inline field in YAML
Missing Go struct tag here, so the field name in YAML was actually
`dockerfileinline`.
(This isn't a breaking change: it was a mistake/broken before and
not even usable since the schema validation would prevent you from
using the typo'd field name.)
Signed-off-by: Milas Bowman <[email protected]>
0 commit comments