From 516cff1d958e3ac0c0b73c8b76eb6cacb5634541 Mon Sep 17 00:00:00 2001 From: Elad Avikzer Date: Thu, 21 Nov 2024 11:08:24 +0200 Subject: [PATCH] removed blank lines --- pkg/executor/push.go | 1 - 1 file changed, 1 deletion(-) diff --git a/pkg/executor/push.go b/pkg/executor/push.go index 15909b49b..d3e527f65 100644 --- a/pkg/executor/push.go +++ b/pkg/executor/push.go @@ -205,7 +205,6 @@ func DoPush(image v1.Image, opts *config.KanikoOptions) error { } } - if opts.NoPush && len(opts.Destinations) == 0 { if opts.TarPath != "" { setDummyDestinations(opts)