From 64284650af8f6a4b7c37266e94aa6e41f3016720 Mon Sep 17 00:00:00 2001 From: Jimisola Laursen Date: Mon, 7 Oct 2024 22:10:42 +0200 Subject: [PATCH] fix: Change from LibreOffice to libreoffice --- .github/workflows/publish-containers.yml | 4 ++-- Dockerfile | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish-containers.yml b/.github/workflows/publish-containers.yml index 52fc2ce..df884c5 100644 --- a/.github/workflows/publish-containers.yml +++ b/.github/workflows/publish-containers.yml @@ -71,7 +71,7 @@ jobs: provenance: mode=max sbom: true outputs: type=image,name=${{ env.REGISTRY }}/${{ env.IMAGE_NAME }},push-by-digest=true,name-canonical=true - # outputs: type=image,name=${{ env.REGISTRY }}/${{ env.IMAGE_NAME }},push-by-digest=true,name-canonical=true,"annotation-index.org.opencontainers.image.description=Container image that contains unoserver and LibreOffice including a large set of fonts for file format conversions" + # outputs: type=image,name=${{ env.REGISTRY }}/${{ env.IMAGE_NAME }},push-by-digest=true,name-canonical=true,"annotation-index.org.opencontainers.image.description=Container image that contains unoserver and libreoffice including a large set of fonts for file format conversions" env: DOCKER_METADATA_ANNOTATIONS_LEVELS: manifest,index @@ -117,7 +117,7 @@ jobs: type=ref,event=pr type=semver,pattern={{version}} annotations: | - org.opencontainers.image.description="Container image that contains unoserver and LibreOffice including large set of fonts for file format conversions" + org.opencontainers.image.description="Container image that contains unoserver and libreoffice including large set of fonts for file format conversions" org.opencontainers.image.licenses=MIT org.opencontainers.image.source=https://github.com/unoconv/unoserver-docker env: diff --git a/Dockerfile b/Dockerfile index 27d8bae..04e31ae 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ ARG GID=worker ARG VERSION_UNOSERVER=2.2.2 LABEL org.opencontainers.image.title="unoserver-docker" -LABEL org.opencontainers.image.description="Container image that contains unoserver and LibreOffice including large set of fonts for file format conversions" +LABEL org.opencontainers.image.description="Container image that contains unoserver and libreoffice including large set of fonts for file format conversions" LABEL org.opencontainers.image.licenses="MIT" LABEL org.opencontainers.image.documentation="https://github.com/unoconv/unoserver-docker/blob/main/README.adoc" LABEL org.opencontainers.image.source="https://github.com/unoconv/unoserver-docker"