From 198d2523a9e501ad9c5c7e631e83cb9838544526 Mon Sep 17 00:00:00 2001 From: Thomas Meire Date: Thu, 29 Aug 2024 07:53:47 +0200 Subject: [PATCH] =?UTF-8?q?align=20filenames=20=F0=9F=A4=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index edd850c..73d2904 100644 --- a/Dockerfile +++ b/Dockerfile @@ -22,7 +22,7 @@ RUN go tool cover -html cover.out -o cover.html FROM scratch AS coverage -COPY --from=test /work/cover.html cover.html +COPY --from=test /work/cover.html coverage.html # Stage to build the binary FROM base AS build