Merge 105e0539e7 into 236ba5690e
This commit is contained in:
commit
9952812a57
|
|
@ -454,6 +454,7 @@ func resolveRelativePaths() error {
|
|||
&opts.DigestFile,
|
||||
&opts.ImageNameDigestFile,
|
||||
&opts.ImageNameTagDigestFile,
|
||||
&opts.OCILayoutPath,
|
||||
}
|
||||
|
||||
for _, p := range optsPaths {
|
||||
|
|
|
|||
|
|
@ -204,7 +204,7 @@ func DoPush(image v1.Image, opts *config.KanikoOptions) error {
|
|||
return errors.Wrap(err, "appending image")
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
if opts.NoPush && len(opts.Destinations) == 0 {
|
||||
if opts.TarPath != "" {
|
||||
setDummyDestinations(opts)
|
||||
|
|
|
|||
Loading…
Reference in New Issue