Update .forgejo/workflows/build-images.yaml

This commit is contained in:
Tommy 2025-01-03 15:45:38 +00:00
parent cc92803418
commit 4992dcb540
Signed by: Mooo[bot]
GPG key ID: CF3AFE4D5B62BB9A

View file

@ -28,6 +28,9 @@ jobs:
context_dir="/workspace/pub/containers/apps/${{ github.event.inputs.app }}"
metadata_file="${context_dir}/metadata.yaml"
ls -lhart /workspace/pub/containers/apps/
ls -lhart /workspace/pub/containers/apps/home-assistant
# If metadata.yaml doesn't exist, fail early.
if [ ! -f "$metadata_file" ]; then
echo "metadata.yaml not found at $metadata_file"