Skip to content

Commit ee8f435

Browse files
Update docs/services/cicd.md
Co-authored-by: Mikael Simberg <[email protected]>
1 parent e938064 commit ee8f435

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/services/cicd.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -463,7 +463,7 @@ If you want only specific artifacts in your job, you should have a look at [depe
463463

464464
There is also a building block in the templates, name `.dynamic-image-name`, which you can use to get rid for most of the boilerplate.
465465
It is important to note that this building block will export the dynamic name under the hardcoded name `BASE_IMAGE` in the `dotenv` file.
466-
Additionally the variable `DOCKER_TAG`, which is the tag of the image is exported in the `dotenv` file.
466+
The variable `DOCKER_TAG`, containing the tag of the image, is also exported in the `dotenv` file.
467467
The jobs would look something like this:
468468
```yaml
469469
build base:

0 commit comments

Comments
 (0)