fix: Ensure proper formatting and handle KeyError in exporter.py

This commit is contained in:
2025-06-18 20:40:57 +05:30
parent 14ec3f6581
commit 07ba196ba6
5 changed files with 3 additions and 6 deletions

View File

@@ -3,7 +3,7 @@ name: Release iperf3-monitor
on:
push:
tags:
- 'v*.*.*'
- "v*.*.*"
env:
REGISTRY: ghcr.io
@@ -92,4 +92,3 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
charts_dir: ./charts
charts_url: https://${{ github.repository_owner }}.github.io/${{ github.event.repository.name }}
```