Update .forgejo/workflows/build-images.yaml
This commit is contained in:
parent
4f24426fa7
commit
6677dd38f5
1 changed files with 5 additions and 1 deletions
|
@ -19,10 +19,14 @@ jobs:
|
|||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Test
|
||||
run: |
|
||||
ls -lhart /workspace
|
||||
|
||||
- id: set-context
|
||||
name: Determine Context
|
||||
run: |
|
||||
context_dir="/workspace/apps/${{ github.event.inputs.app }}"
|
||||
context_dir="/workspace/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