diff --git a/.github/workflows/backend.yml b/.github/workflows/backend.yml index eed168a..866fbf2 100644 --- a/.github/workflows/backend.yml +++ b/.github/workflows/backend.yml @@ -30,5 +30,6 @@ jobs: password: ${{ secrets.DOCKER_PASSWORD }} dockerfile: Dockerfile repository: paritytech/substrate-telemetry-backend + push: ${{ startsWith(github.ref, 'refs/tags/') }} tags: latest add_git_labels: true diff --git a/.github/workflows/frontend.yml b/.github/workflows/frontend.yml index d9c1275..3d96a39 100644 --- a/.github/workflows/frontend.yml +++ b/.github/workflows/frontend.yml @@ -44,5 +44,6 @@ jobs: password: ${{ secrets.DOCKER_PASSWORD }} dockerfile: Dockerfile repository: paritytech/substrate-telemetry-frontend + push: ${{ startsWith(github.ref, 'refs/tags/') }} tags: latest add_git_labels: true