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
fix: disable OCI publish step (no publish target exists)
The wasm_component_signed_oci_image rule creates build targets but not
publish targets. Disabled the publish and verify steps for now.
The workflow successfully builds the OCI image to verify the build
works. Actual publishing to the registry should be implemented separately
using wasm_component_publish rule from rules_wasm_component.
TODO: Add proper OCI publishing target for release workflows.
0 commit comments