rename DOCKER_TAG to CACHE_TAG (#2959)

This commit is contained in:
Shubheksha Jalan 2017-04-20 22:38:13 +05:30 committed by Misty Stanley-Jones
parent fb33155fc7
commit 70593c8cd1
1 changed files with 2 additions and 2 deletions

View File

@ -19,8 +19,8 @@ processes and do not affect your service's run environment.
* `SOURCE_COMMIT`: the SHA1 hash of the commit being tested.
* `COMMIT_MSG`: the message from the commit being tested and built.
* `DOCKER_REPO`: the name of the Docker repository being built.
* `DOCKER_TAG`: the Docker repository tag being built.
* `IMAGE_NAME`: the name and tag of the Docker repository being built. (This variable is a combination of `DOCKER_REPO`:`DOCKER_TAG`.)
* `CACHE_TAG`: the Docker repository tag being built.
* `IMAGE_NAME`: the name and tag of the Docker repository being built. (This variable is a combination of `DOCKER_REPO`:`CACHE_TAG`.)
If you are using these build environment variables in a
`docker-compose.test.yml` file for automated testing, declare them in your `sut`