From 442f4f73ecc0a6f33af6f12dd013658369206764 Mon Sep 17 00:00:00 2001 From: Marcus Messer <12846590+m-messer@users.noreply.github.com> Date: Wed, 13 Aug 2025 16:02:49 +0100 Subject: [PATCH] Update lambda_build.yml --- .github/workflows/lambda_build.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/lambda_build.yml b/.github/workflows/lambda_build.yml index 25998b9..56206c0 100644 --- a/.github/workflows/lambda_build.yml +++ b/.github/workflows/lambda_build.yml @@ -53,6 +53,9 @@ on: build-secrets: description: "The Docker secrets to use for the build" required: false + LICENSE: + description: "The licence file to bundle into the ECR image" + required: false outputs: registry: description: "The registry where the image was pushed"