File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -19,8 +19,8 @@ processes and do not affect your service's run environment.
19
19
* ` SOURCE_COMMIT ` : the SHA1 hash of the commit being tested.
20
20
* ` COMMIT_MSG ` : the message from the commit being tested and built.
21
21
* ` 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 ` .)
24
24
25
25
If you are using these build environment variables in a
26
26
` docker-compose.test.yml ` file for automated testing, declare them in your ` sut `
You can’t perform that action at this time.
0 commit comments