mirror of
https://github.com/girlbossceo/conduwuit.git
synced 2025-03-14 18:55:37 +00:00
add missing source OCI image label metadata
Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
parent
8345ea2cd3
commit
88e7e50daf
1 changed files with 1 additions and 0 deletions
|
@ -36,6 +36,7 @@ dockerTools.buildLayeredImage {
|
|||
"org.opencontainers.image.documentation" = "https://conduwuit.puppyirl.gay/";
|
||||
"org.opencontainers.image.licenses" = "Apache-2.0";
|
||||
"org.opencontainers.image.revision" = inputs.self.rev or inputs.self.dirtyRev or "";
|
||||
"org.opencontainers.image.source" = "https://github.com/girlbossceo/conduwuit";
|
||||
"org.opencontainers.image.title" = main.pname;
|
||||
"org.opencontainers.image.url" = "https://conduwuit.puppyirl.gay/";
|
||||
"org.opencontainers.image.vendor" = "girlbossceo";
|
||||
|
|
Loading…
Add table
Reference in a new issue