update README

This commit is contained in:
Erin Grasmick
2020-07-28 14:22:49 +02:00
parent 2da071ae47
commit ef1e649593
3 changed files with 4 additions and 0 deletions
+1
View File
@@ -41,6 +41,7 @@ jobs:
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
path: ./frontend/
dockerfile: ./frontend/Dockerfile
repository: parity/substrate-telemetry-frontend
push: ${{ startsWith(github.ref, 'refs/tags/') }}