From b98e1d2dd00ddf5b18f5d671040a85a027391b3f Mon Sep 17 00:00:00 2001
From: Julien Eluard <jeluard@users.noreply.github.com>
Date: Fri, 19 Jun 2020 13:06:30 +0200
Subject: [PATCH] Playground updates (#58)

* Fixed typo

* Updated image organization
---
 .github/workflows/build-push-template.yml | 4 ++--
 README.md                                 | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/build-push-template.yml b/.github/workflows/build-push-template.yml
index 41bcc7aab..27f31b96e 100644
--- a/.github/workflows/build-push-template.yml
+++ b/.github/workflows/build-push-template.yml
@@ -17,13 +17,13 @@ jobs:
         username: ${{ secrets.DOCKER_USERNAME }}
         password: ${{ secrets.DOCKER_PASSWORD }}
         dockerfile: .devcontainer/Dockerfile
-        repository: jeluard/substrate-playground-template-node-template
+        repository: paritytech/substrate-playground-template-node-template
         tags: latest
         add_git_labels: true
         tag_with_ref: true
         tag_with_sha: true
 
-    - run: echo ::set-output name=image::jeluard/substrate-playground-template-node-template:sha-${GITHUB_SHA::7}
+    - run: echo ::set-output name=image::paritytech/substrate-playground-template-node-template:sha-${GITHUB_SHA::7}
       id: env
 
     - name: Update devcontainer.json
diff --git a/README.md b/README.md
index c3da56235..ee30d9e46 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-[![Try on playground](https://img.shields.io/badge/Playground-node-templates-brightgreen?logo=Parity%20Substrate)](https://playground-staging.substrate.dev/?deploy=node-templates)
+[![Try on playground](https://img.shields.io/badge/Playground-node_template-brightgreen?logo=Parity%20Substrate)](https://playground-staging.substrate.dev/?deploy=node-template)
 
 # Substrate Node Template
 
-- 
GitLab