From c79fde0404cf8884b3075a601e1a5f9f3fe62fd6 Mon Sep 17 00:00:00 2001 From: felixfontein Date: Thu, 1 Aug 2024 15:24:05 +0000 Subject: [PATCH] deploy: d91f854d45931ad47a8e8a5865e8e64d7939b2e5 --- branch/main/docker_image_build_module.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/branch/main/docker_image_build_module.html b/branch/main/docker_image_build_module.html index 0bb06032..06adc9f3 100644 --- a/branch/main/docker_image_build_module.html +++ b/branch/main/docker_image_build_module.html @@ -421,7 +421,7 @@ This export type writes the single-platform result image as a Docker image speci
  • "image": This exporter writes the build result as an image or a manifest list. When using this driver, the image will appear in docker images.

    -

    The image name can be provided in outputs[].name. If it is not provided, the

    +

    The image name can be provided in outputs[].name. If it is not provided, name and tag will be used.

    Optionally, image can be automatically pushed to a registry by setting outputs[].push=true.

  • "local":