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
ci: Use bootc-ubuntu-setup action to deduplicate workflow setup
The bootc-ubuntu-setup action was recently added and provides
consolidated setup for podman, just, libvirt, KVM permissions,
and Rust caching. Both the build and integration-tests jobs
were duplicating this setup code.
Replace the duplicated setup steps with the shared action.
The only additional dependency needed is go-md2man in the build job.
Assisted-by: Claude Code (Sonnet 4.5)
0 commit comments