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