Skip to content

Commit

Permalink
fix building images for release (#9412)
Browse files Browse the repository at this point in the history
  • Loading branch information
radTuti authored Oct 29, 2024
1 parent cba36ab commit 26c4c71
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions release/pkg/manager/calico/manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ func NewManager(opts ...Option) *CalicoManager {
b := &CalicoManager{
runner: &command.RealCommandRunner{},
validate: true,
buildImages: true,
publishImages: true,
publishTag: true,
publishGithub: true,
Expand Down

0 comments on commit 26c4c71

Please sign in to comment.