From f1f4a05f497c48f658eccdbbb918efe592308726 Mon Sep 17 00:00:00 2001 From: Mischa Taylor Date: Mon, 20 Nov 2023 18:09:38 -0500 Subject: [PATCH] Update metadata --- shellcheck/docker-bake.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shellcheck/docker-bake.hcl b/shellcheck/docker-bake.hcl index ef892e3..a10a355 100644 --- a/shellcheck/docker-bake.hcl +++ b/shellcheck/docker-bake.hcl @@ -27,7 +27,7 @@ target "_common" { "${CONTAINER_REGISTRY}/${IMAGE_NAME}:latest", ] 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" = "ShellCheck, a static analysis tool for shell scripts." "org.opencontainers.image.title" = "${IMAGE_NAME}"