feat: set kaniko context to github workspace folder

This commit is contained in:
Leandro Costa 2025-06-17 13:13:59 -03:00
parent 4496efe737
commit dffa17475a

View file

@ -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 }}"