Update .forgejo/workflows/build-images.yaml
This commit is contained in:
parent
6677dd38f5
commit
f1b65390be
1 changed files with 2 additions and 2 deletions
|
@ -21,12 +21,12 @@ jobs:
|
|||
|
||||
- name: Test
|
||||
run: |
|
||||
ls -lhart /workspace
|
||||
ls -lhart /workspace/pub
|
||||
|
||||
- id: set-context
|
||||
name: Determine Context
|
||||
run: |
|
||||
context_dir="/workspace/containers/apps/${{ github.event.inputs.app }}"
|
||||
context_dir="/workspace/pub/containers/apps/${{ github.event.inputs.app }}"
|
||||
echo "context_dir=$context_dir" >> "$GITHUB_OUTPUT"
|
||||
|
||||
- name: Build and Push with Kaniko
|
||||
|
|
Loading…
Reference in a new issue