Skip to content
This repository was archived by the owner on Jul 18, 2025. It is now read-only.

Commit afe63d7

Browse files
committed
Enable AutoBundleUpdate from cnab-to-oci
Signed-off-by: Yves Brissaud <yves.brissaud@docker.com>
1 parent c9a62ca commit afe63d7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

internal/commands/push.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,7 @@ func pushBundle(dockerCli command.Cli, opts pushOptions, bndl *bundle.Bundle, re
148148
}
149149
fixupOptions := []remotes.FixupOption{
150150
remotes.WithEventCallback(display.onEvent),
151+
remotes.WithAutoBundleUpdate(),
151152
}
152153
if platforms := platformFilter(opts); len(platforms) > 0 {
153154
fixupOptions = append(fixupOptions, remotes.WithComponentImagePlatforms(platforms))

0 commit comments

Comments
 (0)