Skip to content

Commit

Permalink
fix building images for release (#9412) (#9413)
Browse files Browse the repository at this point in the history
  • Loading branch information
radTuti authored Oct 29, 2024
1 parent f9ad3d8 commit 9b63ef5
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 9b63ef5

Please sign in to comment.