From dffa17475a42a7f02644dc2420bddb9165ffeb30 Mon Sep 17 00:00:00 2001 From: Leandro Costa Date: Tue, 17 Jun 2025 13:13:59 -0300 Subject: [PATCH] feat: set kaniko context to github workspace folder --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 04c5a8c..bc99544 100644 --- a/action.yml +++ b/action.yml @@ -38,4 +38,4 @@ runs: exit 1 fi - /kaniko/executor --dockerfile Dockerfile --destination "${{ inputs.image }}" + /kaniko/executor --dockerfile Dockerfile --context $GITHUB_WORKSPACE --destination "${{ inputs.image }}"