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
Skaffold should recognize the bazel root correctly for projects without a WORKSPACE file (when using bzlmod).
Actual behavior
Skaffold only recognizes WORKSPACE or WORKSPACE.bazel as the bazel root. With bzlmod a workspace file is no longer required while a MODULE or MODULE.bazel file is.
Expected behavior
Skaffold should recognize the bazel root correctly for projects without a WORKSPACE file (when using bzlmod).
Actual behavior
Skaffold only recognizes
WORKSPACE
orWORKSPACE.bazel
as the bazel root. With bzlmod a workspace file is no longer required while aMODULE
orMODULE.bazel
file is.Information
Steps to reproduce the behavior
BUILD
andMODULE
file)skaffold build
The text was updated successfully, but these errors were encountered: