feat: set kaniko context to github workspace folder
This commit is contained in:
parent
4496efe737
commit
dffa17475a
1 changed files with 1 additions and 1 deletions
|
@ -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 }}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue