From bf31db1e48eb6ce91b0ee71e9aa9ef5459752833 Mon Sep 17 00:00:00 2001 From: Elad 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)