diff --git a/.github/workflows/backend.yml b/.github/workflows/backend.yml index 62e6c64..c6f6b41 100644 --- a/.github/workflows/backend.yml +++ b/.github/workflows/backend.yml @@ -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/') }} diff --git a/.github/workflows/frontend.yml b/.github/workflows/frontend.yml index 179fdb6..21ace24 100644 --- a/.github/workflows/frontend.yml +++ b/.github/workflows/frontend.yml @@ -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/') }} diff --git a/README.md b/README.md index f2c03a1..9e8daee 100644 --- a/README.md +++ b/README.md @@ -54,6 +54,8 @@ polkadot --dev --telemetry-url ws://localhost:8000/submit ## Docker +*Pre-built docker images are available at `parity/substrate-telemetry-frontend` and `parity/substrate-telemetry-backend`.* + ### Run the backend and frontend Obviously, the frontend need to be aware of the backend. In a similar way, your node will need to connect to the backend.