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