From da2b480b8a533f17917aca764cac2da074e5733a Mon Sep 17 00:00:00 2001 From: Jay Rogers Date: Wed, 20 Dec 2023 19:27:12 -0600 Subject: [PATCH] Update default Dockerfile path in action.yml --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index dccf202..da7fc6d 100644 --- a/action.yml +++ b/action.yml @@ -20,7 +20,7 @@ inputs: required: false dockerfile: description: 'Filename of the Dockerfile within the context that you set.' - default: '{context}/Dockerfile' + default: './Dockerfile' required: false target: description: 'Set the target build stage to build.'