We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
There is a new version of docker/build-push-action which allows adding annotations. This will fix the blank package information sections on the packages page at https://github.com/jikan-me/jikan-rest/pkgs/container/jikan-rest/144357164?tag=v4.1.1
docker/build-push-action
The github action to deploy containers should be modified to add the annotations.
New version: https://github.com/docker/build-push-action/releases/tag/v5.1.0
The text was updated successfully, but these errors were encountered:
That change didn't work, because I didn't know that the annotations should be "index" level not "manifest" level (which is the default).
https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-container-registry#labelling-container-images
Reopening this issue.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
There is a new version of
docker/build-push-action
which allows adding annotations. This will fix the blank package information sections on the packages page at https://github.com/jikan-me/jikan-rest/pkgs/container/jikan-rest/144357164?tag=v4.1.1The github action to deploy containers should be modified to add the annotations.
New version:
https://github.com/docker/build-push-action/releases/tag/v5.1.0
The text was updated successfully, but these errors were encountered: