mirror of
https://github.com/malarinv/iperf3-monitor.git
synced 2026-03-07 21:12:34 +00:00
fix: Ensure proper formatting and handle KeyError in exporter.py
This commit is contained in:
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
@@ -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 }}
|
||||
```
|
||||
Reference in New Issue
Block a user