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
|
- name: Test
|
||||||
run: |
|
run: |
|
||||||
ls -lhart /workspace
|
ls -lhart /workspace/pub
|
||||||
|
|
||||||
- id: set-context
|
- id: set-context
|
||||||
name: Determine Context
|
name: Determine Context
|
||||||
run: |
|
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"
|
echo "context_dir=$context_dir" >> "$GITHUB_OUTPUT"
|
||||||
|
|
||||||
- name: Build and Push with Kaniko
|
- name: Build and Push with Kaniko
|
||||||
|
|
Loading…
Reference in a new issue