From feb8c46e4b040a33cb62233dee6ec2accf81bd8b Mon Sep 17 00:00:00 2001 From: L-Hudson <44844738+L-Hudson@users.noreply.github.com> Date: Thu, 6 Dec 2018 18:22:41 -0500 Subject: [PATCH] Update advanced.md edits UI > interface --- docker-hub/builds/advanced.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-hub/builds/advanced.md b/docker-hub/builds/advanced.md index d16f24e335..eef4655a7d 100644 --- a/docker-hub/builds/advanced.md +++ b/docker-hub/builds/advanced.md @@ -78,7 +78,7 @@ The following hooks are available: #### Override the "build" phase to set variables -Docker Hub allows you to define build environment variables either in the hook files, or from the automated build UI (which you can then reference in hooks). +Docker Hub allows you to define build environment variables either in the hook files, or from the automated build interface (which you can then reference in hooks). In the following example, we define a build hook that uses `docker build` arguments to set the variable `CUSTOM` based on the value of variable we defined using the Docker Hub build settings. `$DOCKERFILE_PATH` is a variable that we provide with the name of the Dockerfile we wish to build, and `$IMAGE_NAME` is the name of the image being built.