fixup! Add OCI labels to image

This commit is contained in:
Jade Ellis 2025-01-19 00:22:04 +00:00
parent 1bb639d64e
commit 06728a5415
No known key found for this signature in database
GPG key ID: 8705A2A3EBF77BD2

View file

@ -33,6 +33,6 @@ dockerTools.buildLayeredImage {
org.opencontainers.image.version = main.version;
org.opencontainers.image.revision = inputs.self.rev or inputs.self.dirtyRev or "";
org.opencontainers.image.created = "@${toString inputs.self.lastModified}";
}
};
};
}