Update advanced.md

edits UI > interface
This commit is contained in:
L-Hudson 2018-12-06 18:22:41 -05:00 committed by GitHub
parent 24d27d989f
commit feb8c46e4b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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.