Skip to main content
Trigger a rebuild of a profile’s custom base image. nsc github profile rebuild-base-image kicks off a rebuild of the custom base image associated with a GitHub runner profile. This is useful after changing the profile’s Dockerfile or other image configuration (for example via nsc github profile update --dockerfile), so that subsequent runners pick up the new image instead of the previously built one.

Usage

Example

Required Flags

—profile_id string

Profile ID whose base image to rebuild.

Optional Flags

-o, —output string

Output format. Default: plain. Supported values: plain, json.
Last modified on August 20, 2026