gardenlinux / builder

Builder used to construct Garden Linux. Re-usable for other OS-projects.
Apache License 2.0
8 stars 1 forks source link

Fix tags for release image by using manifest push #75

Closed fwilhe closed 4 months ago

fwilhe commented 4 months ago

The image of version 0.3 does not properly contain the multi-arch image as expected. It looks like 'manifest push' is the command we should use rather than 'image push'.

Note: As of today, github actions has podman v 3.x

The cli has changed in those versions, see: