jikan-me / jikan-rest

The REST API for Jikan
https://docs.api.jikan.moe/
MIT License
413 stars 268 forks source link

Container image release fixes #451

Closed pushrbx closed 8 months ago

pushrbx commented 8 months ago

We are building multi arch images in the github action. On the packages page of the repo, for each version you see "No description" provided, however the github action already adds that label to the container image. See here: https://github.com/jikan-me/jikan-rest/pkgs/container/jikan-rest/141371328?tag=sha-56f4783

In case of multi arch images the manifest should contain these OCI standard labels in the "annotations" section. This PR adds the defined labels as annotations when creating the image manifest.

Additional changes:

pushrbx commented 8 months ago

@irfan-dahir I will need to rollback the annotations changes in the workflow file, because the action we use doesn't use the latest docker buildx version. (0.12.0)