Skip to content

Commit

Permalink
fix building images for release (projectcalico#9412)
Browse files Browse the repository at this point in the history
  • Loading branch information
radTuti committed Oct 29, 2024
1 parent 65824bc commit ac0cbe4
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 ac0cbe4

Please sign in to comment.