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
@@ -27,6 +27,7 @@ jobs:
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
path: ./backend/
dockerfile: ./backend/Dockerfile
repository: parity/substrate-telemetry-backend
push: ${{ startsWith(github.ref, 'refs/tags/') }}