From 49ed8c6f637604112c56d4a9cf4c3d91733d503f Mon Sep 17 00:00:00 2001 From: Chevdor Date: Thu, 12 May 2022 15:57:08 +0200 Subject: [PATCH] Fix docker image name (#5501) * Fix docker image name * Fix url * Add missing cleanup --- .../ci/changelog/templates/docker_image.md.tera | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/polkadot/scripts/ci/changelog/templates/docker_image.md.tera b/polkadot/scripts/ci/changelog/templates/docker_image.md.tera index 5311f18a18..4a3793a86a 100644 --- a/polkadot/scripts/ci/changelog/templates/docker_image.md.tera +++ b/polkadot/scripts/ci/changelog/templates/docker_image.md.tera @@ -1,11 +1,11 @@ -## Docker images +## Docker image -The docker image for this release can be found in [Docker hub](https://hub.docker.com/r/parity/polkadot-collator/tags?page=1&ordering=last_updated) -(It will be available a few minutes after this release was published). +The docker image for this release can be found at [Docker hub](https://hub.docker.com/r/parity/polkadot/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: +You may pull it using: ``` -docker pull parity/polkadot-collator:latest +docker pull parity/polkadot:latest ```