From c5c33630bb722a29bf6b2e96553e4f29f57262f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rados=C5=82aw=20Kukuczka?= Date: Sun, 4 May 2025 16:38:52 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=9B=A0=EF=B8=8F=20action.yml=20->=20updat?= =?UTF-8?q?ed=20build=5Fcontext=5Fpath=20description=20and=20default=20val?= =?UTF-8?q?ue?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index c4fd7f0..13d91c4 100644 --- a/action.yml +++ b/action.yml @@ -32,9 +32,9 @@ inputs: required: false default: 'false' build_context_path: - description: 'Local path to Docker build context (directory containing Dockerfile)' + description: 'Local path to Docker build context (directory containing Dockerfile). Defaults to ./build-context' required: false - default: '.' + default: 'build-context' runs: using: 'composite'