065e8011ee
The previous 'curl ... | sh -s -- -b /usr/local/bin' call passed no positional tag, so the install script fell back to the GitHub 'latest' tag. aquasecurity/trivy no longer publishes a 'latest' release tag, so the CI failed at 'Install Trivy' with: aquasecurity/trivy crit unable to find '' - use 'latest' or see ... This blocked the entire 3.9.1 hotfix deploy: build-and-push succeeded (3 fresh 3.9.1 images pushed to git.codeanddice.ru), but scan-images never ran and deploy was skipped. Production still runs 3.9.0 with the broken wizard. Pass 'v0.71.0' as the positional tag; v0.71.0 has Linux-ARM64 and Linux-AMD64 builds so both the deploy runner (RPi 5) and pr-checks runner pick the right tarball.