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