From e15985f1573b5482dd1fd07fa8970a2e7580a436 Mon Sep 17 00:00:00 2001 From: Medya Gh Date: Tue, 2 Jun 2020 15:05:55 -0700 Subject: [PATCH] docker-env link --- .../en/docs/tutorials/setup_minikube_in_github_actions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/content/en/docs/tutorials/setup_minikube_in_github_actions.md b/site/content/en/docs/tutorials/setup_minikube_in_github_actions.md index 54800f4a36..9b1fd6fbd4 100644 --- a/site/content/en/docs/tutorials/setup_minikube_in_github_actions.md +++ b/site/content/en/docs/tutorials/setup_minikube_in_github_actions.md @@ -67,7 +67,7 @@ The above example workflow yaml, will do the following steps on each coming PR: 1. Checks out the the source code 2. Installs & starts minikube 3. Tries out the cluster just by running `kubectl` command -4. Build the docker image using minikube's [docker-env]({{< ref "/docs/commands/docker-env.md" >}})feature +4. Build the docker image using minikube's [docker-env]({{< ref "/docs/commands/docker-env.md" >}}) feature 5. Apply the deployment yaml file minikube 6. Check the service been created in minikube