Always produce an importable tar from the image

and name it after the artifact

Fixes https://github.com/kairos-io/kairos/issues/514

Signed-off-by: Dimitris Karakasilis <dimitris@karakasilis.me>
This commit is contained in:
Dimitris Karakasilis
2022-12-20 10:26:10 +02:00
parent e6e5cddbfe
commit ed201a72ef
2 changed files with 11 additions and 11 deletions

View File

@@ -49,7 +49,8 @@ type OSArtifactSpec struct {
Bundles []string `json:"bundles,omitempty"`
PullOptions Pull `json:"pull,omitempty"`
OSRelease string `json:"osRelease,omitempty"`
PushOptions Push `json:"push,omitempty"`
// TODO: Currently not used. Reseved to be used when we have a way to push to registries.
PushOptions Push `json:"push,omitempty"`
}
type Push struct {