chore: use context instead of Dockerfile
This commit is contained in:
parent
ffbb0ec425
commit
4f24426fa7
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ jobs:
|
|||
- id: set-context
|
||||
name: Determine Context
|
||||
run: |
|
||||
context_dir="/workspace/apps/${{ github.event.inputs.app }}
|
||||
context_dir="/workspace/apps/${{ github.event.inputs.app }}"
|
||||
echo "context_dir=$context_dir" >> "$GITHUB_OUTPUT"
|
||||
|
||||
- name: Build and Push with Kaniko
|
||||
|
|
Loading…
Reference in a new issue