Adds support for multiple dockerfile targets

This commit is contained in:
Derek Ditch 2025-05-28 15:38:59 -05:00
parent f49a60108f
commit a50bc6da73
2 changed files with 6 additions and 4 deletions

View file

@ -4,7 +4,7 @@ author: 'Bruno Paz'
inputs:
dockerfile:
required: false
description: 'The path to the Dockerfile to lint'
description: 'Path to Dockerfile(s). Provide a single path or multiple paths space-separated (e.g., "Dockerfile path/to/another/Dockerfile").'
default: 'Dockerfile'
format:
required: false