containers / podlet

Generate Podman Quadlet files from a Podman command, compose file, or existing object
https://crates.io/crates/podlet
Mozilla Public License 2.0
422 stars 12 forks source link

ci(release-container): add `--all` to `buildah manifest push` #83

Closed k9withabone closed 4 months ago

k9withabone commented 4 months ago

The --all option is not true by default for buildah manifest push like it is for podman manifest push. --all makes Buildah push the images in addition to the manifest.

Fixes: #82