diff --git a/pkg/utils/docker/push.go b/pkg/utils/docker/push.go index 106a8709..c1a3af9c 100644 --- a/pkg/utils/docker/push.go +++ b/pkg/utils/docker/push.go @@ -30,7 +30,7 @@ type Push struct { } /* -PushImage push a Docker image via the Docker API. Takes the image name, +PushImage pushes a Docker image via the Docker API. Takes the image name, parses the URL details and then push based on environment authentication credentials. */