diff --git a/Justfile b/Justfile index 4cb3217af9b..2f0e417ecda 100644 --- a/Justfile +++ b/Justfile @@ -354,7 +354,7 @@ rechunk $image="bluefin" $tag="latest" $flavor="main" ghcr="0" pipeline="0": LABELS=() LABELS+=("org.opencontainers.image.created=$CREATED_DATE") - LABELS+=("org.opencontainers.image.description=An interpretation of the Ubuntu spirit built on Fedora technology") + LABELS+=("org.opencontainers.image.description='An interpretation of the Ubuntu spirit built on Fedora technology'") LABELS+=("org.opencontainers.image.documentation=https://docs.projectbluefin.io") LABELS+=("org.opencontainers.image.source=https://github.com/ublue-os/bluefin/blob/main/Containerfile") LABELS+=("org.opencontainers.image.title=bluefin")