From a518dabf84bdcef498aae82560149edc2b692308 Mon Sep 17 00:00:00 2001 From: Mischa Taylor Date: Mon, 20 Nov 2023 18:09:02 -0500 Subject: [PATCH] Update metadata --- meshcmd/docker-bake.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meshcmd/docker-bake.hcl b/meshcmd/docker-bake.hcl index a9dbe8a..ac446d3 100644 --- a/meshcmd/docker-bake.hcl +++ b/meshcmd/docker-bake.hcl @@ -32,7 +32,7 @@ target "default" { inherits = ["_common"] platforms = ["linux/amd64", "linux/arm64/v8"] labels = { - "org.opencontainers.image.source" = "https://github.com/polymathrobotics/oci" + "org.opencontainers.image.source" = "https://github.com/boxcutter/oci" "org.opencontainers.image.licenses" = "Apache-2.0" "org.opencontainers.image.description" = "Command line tool used to perform many tasks related to computer management of Intel Active Management Technology (AMT) devices." "org.opencontainers.image.title" = "${IMAGE_NAME}"