From 333b9db74bc352d121b1190c5ea7fbf1f7202963 Mon Sep 17 00:00:00 2001 From: Nicholas Dille Date: Fri, 13 Oct 2023 10:53:44 +0200 Subject: [PATCH] ci: Debugging git history during release --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 04e12653..b9048223 100644 --- a/Dockerfile +++ b/Dockerfile @@ -42,6 +42,7 @@ RUN --mount=from=goreleaser,src=/usr/local/bin/goreleaser,target=/usr/local/bin/ --mount=type=cache,target=/go/pkg/mod \ --mount=type=cache,target=/root/.cache/go-build <