Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 70593c8

Browse files
shubhekshaMisty Stanley-Jones
authored andcommitted
rename DOCKER_TAG to CACHE_TAG (docker#2959)
1 parent fb33155 commit 70593c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker-cloud/builds/advanced.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ processes and do not affect your service's run environment.
1919
* `SOURCE_COMMIT`: the SHA1 hash of the commit being tested.
2020
* `COMMIT_MSG`: the message from the commit being tested and built.
2121
* `DOCKER_REPO`: the name of the Docker repository being built.
22-
* `DOCKER_TAG`: the Docker repository tag being built.
23-
* `IMAGE_NAME`: the name and tag of the Docker repository being built. (This variable is a combination of `DOCKER_REPO`:`DOCKER_TAG`.)
22+
* `CACHE_TAG`: the Docker repository tag being built.
23+
* `IMAGE_NAME`: the name and tag of the Docker repository being built. (This variable is a combination of `DOCKER_REPO`:`CACHE_TAG`.)
2424

2525
If you are using these build environment variables in a
2626
`docker-compose.test.yml` file for automated testing, declare them in your `sut`

0 commit comments

Comments
 (0)