From 42c270f021df90e4ab4737d542e77d3944a08b04 Mon Sep 17 00:00:00 2001 From: hunterhubble Date: Fri, 5 Jun 2026 17:07:56 +0000 Subject: [PATCH] feat: docker.yml: Rebuild latest on update to decoder Added repository dispatch so that the latest sdr-docker rebuild with PyPI updates to hubble-satnet-decoder Also increased TD_WINDOW_S from 0.5 to 0.75 to be able to view the entire packet on 13 byte payloads (which are slightly longer than 0.5s) Coincides with commit d112a78 in hubble-satnet-decoder Signed-off-by: hunterhubble --- .github/workflows/docker.yml | 2 ++ src/stream_web/config.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index c6e87b3..3434a18 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -4,6 +4,8 @@ on: push: branches: [main] tags: ["v*"] + repository_dispatch: + types: [dependency-updated] env: REGISTRY: ghcr.io diff --git a/src/stream_web/config.py b/src/stream_web/config.py index b47ef0b..011bd69 100644 --- a/src/stream_web/config.py +++ b/src/stream_web/config.py @@ -102,7 +102,7 @@ SDR_RETRY_INTERVAL_S = 3 # -- Time-domain viewer ---------------------------------------------------- -TD_WINDOW_S = 0.5 +TD_WINDOW_S = 0.75 # -- Sync hubble_satnet_decoder with this SDR config ----------------------- _fdc.CHANNEL_SPACING = 25_750.0