After the Dockerfile.standalone refactor (PR #182), the qemu-provider stage requires VELXIO_LICENSE_KEY to fetch libqemu .so + ESP32 ROM blobs from velxio.dev's gated download endpoint. The Publish Docker Image workflow was missing the build-arg, so it failed on every push to master and the GHCR / Docker Hub :master image went stale. Plumbs the existing repo secret VELXIO_BUILD_LICENSE_KEY into docker/build-push-action@v6's build-args list. Same secret the backend-e2e-tests workflow already consumes — single source of truth. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| actions-cache-cleanup.yml | ||
| backend-e2e-tests.yml | ||
| backend-unit-tests.yml | ||
| build-espidf-toolchain.yml | ||
| discord-issues.yml | ||
| discord-release-notify.yml | ||
| docker-publish.yml | ||
| frontend-tests.yml | ||
| test-circuit.yml | ||