Publish haswell images to image registries (#674)

* push haswell images to docker repos

* Add OCI labels to image

* fixup! Add OCI labels to image

* fixup! push haswell images to docker repos

* fixup! Add OCI labels to image

* fixup! Add OCI labels to image

* fixup! Add OCI labels to image
This commit is contained in:
Jade Ellis 2025-01-26 01:05:41 +00:00 committed by GitHub
parent 1d26eec82d
commit d86061084c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 114 additions and 66 deletions

View file

@ -28,5 +28,11 @@ dockerTools.buildLayeredImage {
Env = [
"RUST_BACKTRACE=full"
];
Labels = {
"org.opencontainers.image.title" = main.pname;
"org.opencontainers.image.version" = main.version;
"org.opencontainers.image.revision" = inputs.self.rev or inputs.self.dirtyRev or "";
# "org.opencontainers.image.created" = builtins.formatTime "%Y-%m-%dT%H:%M:%SZ" inputs.self.lastModified;
};
};
}