ublue-os / framework

OCI Images derived of ublue-os main images for Framework hardware
https://universal-blue.org/images/framework
Apache License 2.0
13 stars 2 forks source link

chore(ci): fix possible empty version meta on image #70

Closed bsherman closed 3 months ago

bsherman commented 3 months ago

This ensures that when inspecting upstream image, if an error occurs, or the resulting value is empty or 'null', we fail our build instead of propagating a bogus version downstream.

Relates: ublue-os/main#487