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"