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