Update .forgejo/workflows/build-images.yaml
This commit is contained in:
parent
cc92803418
commit
4992dcb540
1 changed files with 3 additions and 0 deletions
|
@ -28,6 +28,9 @@ jobs:
|
||||||
context_dir="/workspace/pub/containers/apps/${{ github.event.inputs.app }}"
|
context_dir="/workspace/pub/containers/apps/${{ github.event.inputs.app }}"
|
||||||
metadata_file="${context_dir}/metadata.yaml"
|
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 metadata.yaml doesn't exist, fail early.
|
||||||
if [ ! -f "$metadata_file" ]; then
|
if [ ! -f "$metadata_file" ]; then
|
||||||
echo "metadata.yaml not found at $metadata_file"
|
echo "metadata.yaml not found at $metadata_file"
|
||||||
|
|
Loading…
Reference in a new issue