From 3dfe834cd39fa9efc53f2b3ac02d58714aff9170 Mon Sep 17 00:00:00 2001 From: Tulip Blossom Date: Sun, 5 Jan 2025 13:16:12 -0300 Subject: [PATCH] fix: quoting for description --- Justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")