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