Enable Docker section in the release notes

This commit is contained in:
Wilfried Kopp
2022-11-10 11:49:54 +01:00
committed by Chevdor
parent 932eff8373
commit cb3d0e199a
2 changed files with 5 additions and 2 deletions
@@ -1,11 +1,11 @@
<!--
## Docker images
The docker image for this release can be found in [Docker hub](https://hub.docker.com/r/parity/polkadot-parachain/tags?page=1&ordering=last_updated).
(It will be available a few minutes after the release has been published).
You may also pull it with:
```
docker pull parity/polkadot-parachain:latest
```
-->
@@ -32,4 +32,7 @@ This release contains the changes from `{{ env.REF1 }}` to `{{ env.REF2 }}`.
{% endif %}
{% include "changes.md.tera" -%}
{% if env.RELEASE_TYPE and env.RELEASE_TYPE == "client" -%}
{% include "docker_image.md.tera" -%}
{% endif %}