github_packages: use official license annotation
For now we ignore the 256 character limit stated by GitHub packages https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-container-registry#labelling-container-images
This commit is contained in:
parent
80c04e2528
commit
bf320eb4bf
@ -306,7 +306,7 @@ class GitHubPackages
|
||||
"org.opencontainers.image.created" => created_date,
|
||||
"org.opencontainers.image.description" => bottle_hash["formula"]["desc"],
|
||||
"org.opencontainers.image.documentation" => documentation,
|
||||
"org.opencontainers.image.license" => bottle_hash["formula"]["license"],
|
||||
"org.opencontainers.image.licenses" => bottle_hash["formula"]["license"],
|
||||
"org.opencontainers.image.ref.name" => version_rebuild,
|
||||
"org.opencontainers.image.revision" => git_revision,
|
||||
"org.opencontainers.image.source" => source,
|
||||
|
Loading…
x
Reference in New Issue
Block a user