Update .forgejo/workflows/build-images.yaml

This commit is contained in:
Tommy 2025-01-03 13:09:45 +00:00
parent 6677dd38f5
commit f1b65390be
Signed by: Mooo[bot]
GPG key ID: CF3AFE4D5B62BB9A

View file

@ -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