We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e938064 commit ee8f435Copy full SHA for ee8f435
docs/services/cicd.md
@@ -463,7 +463,7 @@ If you want only specific artifacts in your job, you should have a look at [depe
463
464
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.
465
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.
+The variable `DOCKER_TAG`, containing the tag of the image, is also exported in the `dotenv` file.
467
The jobs would look something like this:
468
```yaml
469
build base:
0 commit comments