From d9f4fab98a3d9891d79d2a8b11c53ab3f935e8ae Mon Sep 17 00:00:00 2001 From: hackerman <3372410+aeneasr@users.noreply.github.com> Date: Sat, 11 Jan 2025 10:50:42 +0100 Subject: [PATCH] Update .docker/README.md Co-authored-by: Brennan Kinney <5098581+polarathene@users.noreply.github.com> --- .docker/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.docker/README.md b/.docker/README.md index dfd9c8e7139..87205770ac9 100644 --- a/.docker/README.md +++ b/.docker/README.md @@ -1,3 +1,3 @@ -This directory contains Dockerfiles for various targets. Only -`Dockerfile-distroless` and `Dockerfile-alpine` are being published to Docker -Hub. The other Dockerfiles are for local development and testing. +This directory contains Dockerfiles for various targets: +- `Dockerfile-distroless` and `Dockerfile-alpine` are published to Docker Hub via GoReleaser. +- The other `Dockerfile` variants are intended only for local development and tests.