Skip to content

Commit

Permalink
fix: Change from LibreOffice to libreoffice
Browse files Browse the repository at this point in the history
  • Loading branch information
jimisola committed Oct 7, 2024
1 parent 40ee4b0 commit 6428465
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 6428465

Please sign in to comment.