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
feat(config): add exportToCache field to DockerPkgConfig
Add optional exportToCache boolean field to DockerPkgConfig to control
whether Docker images are pushed directly to registries or exported to
cache for signing.
- Default: false (maintains backward compatibility)
- When true: images exported to cache instead of pushed
- Enables SLSA Level 3 compliance workflow
Co-authored-by: Ona <[email protected]>
0 commit comments