From e36243ede9498b617c3e72a2070daec2e3b94b4d Mon Sep 17 00:00:00 2001 From: skylanix Date: Tue, 12 Aug 2025 18:39:08 +0200 Subject: [PATCH] docker: corrige les labels selon la documentation GitHub --- Dockerfile | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index ecbea06..f084b60 100755 --- a/Dockerfile +++ b/Dockerfile @@ -1,11 +1,9 @@ FROM debian:trixie-slim -# Métadonnées de l'image -LABEL org.opencontainers.image.title="MamieHenriette" +# Labels requis pour GitHub Container Registry +LABEL org.opencontainers.image.source=https://github.com/skylanix/MamieHenriette LABEL org.opencontainers.image.description="Bot multi-plateformes Discord/Twitch/YouTube pour la communauté STEvE" -LABEL org.opencontainers.image.authors="skylanix" -LABEL org.opencontainers.image.source="https://github.com/skylanix/MamieHenriette" -LABEL org.opencontainers.image.url="https://github.com/skylanix/MamieHenriette" +# LABEL org.opencontainers.image.licenses=Apache-2.0 WORKDIR /app