Playground updates (#58)

* Fixed typo

* Updated image organization
main
Julien Eluard 2020-06-19 13:06:30 +02:00 committed by GitHub
parent a03455012b
commit b98e1d2dd0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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