Small fix: Correctly pass secrets in Docker builds (#5905)

This commit is contained in:
Austin
2025-01-21 22:26:10 -05:00
committed by GitHub
parent 71591fb06a
commit 0fdbf70452
2 changed files with 12 additions and 0 deletions

View File

@@ -4,6 +4,9 @@ name: Build Docker
on:
workflow_call:
secrets:
DOCKER_FIRMWARE_TOKEN:
required: false # Only required for push
inputs:
distro:
description: Distro to target