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}"