From 60929c782c3264f537f4b0f7409be71b62a9c64a Mon Sep 17 00:00:00 2001 From: Aishwarya Lad <67022814+Aishwarya-Lad@users.noreply.github.com> Date: Sat, 13 Jul 2024 14:52:45 -0700 Subject: [PATCH] remove comment --- docker.go | 1 - 1 file changed, 1 deletion(-) diff --git a/docker.go b/docker.go index acf4cfd..59511da 100644 --- a/docker.go +++ b/docker.go @@ -164,7 +164,6 @@ func (p Plugin) Exec() error { } } - // add base image docker credentials to the existing config file, else create new // instead of writing to config file directly, using docker's login func // is better to integrate with various credential helpers, // it also handles different registry specific logic in a better way,