From 1805fad889cc81248095473e368efa6fe8417b1b Mon Sep 17 00:00:00 2001 From: alperencelik Date: Sun, 7 Jan 2024 01:47:16 +0300 Subject: [PATCH] Add some testing flows for magefile --- magefile.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/magefile.go b/magefile.go index 46ec849..5ab284b 100644 --- a/magefile.go +++ b/magefile.go @@ -106,6 +106,8 @@ func releaseWithGoReleaser(snapshot bool) error { if err != nil { return fmt.Errorf("ko login failed") } + // Test to see if the /home/runner/.docker/config.json is present + err = sh.RunV("cat", "/home/runner/.docker/config.json") args := []string{"release", "--clean"} if snapshot {