From 817092d9c4a16185024e71d8e0dbd0de26624456 Mon Sep 17 00:00:00 2001 From: Erin Grasmick Date: Mon, 13 Jul 2020 16:45:33 +0200 Subject: [PATCH] change repository names --- .github/workflows/backend.yml | 2 +- .github/workflows/frontend.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/backend.yml b/.github/workflows/backend.yml index 12e75db..65a22fc 100644 --- a/.github/workflows/backend.yml +++ b/.github/workflows/backend.yml @@ -29,7 +29,7 @@ jobs: username: ${{ secrets.DOCKER_USERNAME }} password: ${{ secrets.DOCKER_PASSWORD }} dockerfile: Dockerfile - repository: paritytech/substrate-telemetry-backend-${{ github.event.client_payload.id }} + repository: paritytech/substrate-telemetry-backend tags: latest add_git_labels: true tag_with_ref: true diff --git a/.github/workflows/frontend.yml b/.github/workflows/frontend.yml index fcbc0ce..aec63a5 100644 --- a/.github/workflows/frontend.yml +++ b/.github/workflows/frontend.yml @@ -43,7 +43,7 @@ jobs: username: ${{ secrets.DOCKER_USERNAME }} password: ${{ secrets.DOCKER_PASSWORD }} dockerfile: Dockerfile - repository: paritytech/substrate-telemetry-frontend-${{ github.event.client_payload.id }} + repository: paritytech/substrate-telemetry-frontend tags: latest add_git_labels: true tag_with_ref: true