mirror of
https://github.com/the-draupnir-project/Draupnir.git
synced 2026-06-07 08:01:38 +00:00
Add Description to Images. (#1127)
* Add Description to Images. * Fix Invalid Description due to commas. * Make prettier ignore Description. * Apply suggestion from @Gnuxie * Fix remaining Descriptions Co-authored-by: Catalan Lover <48515417+FSG-Cat@users.noreply.github.com>
This commit is contained in:
@@ -67,6 +67,9 @@ jobs:
|
||||
org.opencontainers.image.version=${{ github.ref_name }}-${{ github.sha }}
|
||||
org.opencontainers.image.ref.name=${{ github.ref_name }}
|
||||
org.opencontainers.image.licenses=Apache-2.0
|
||||
|
||||
# prettier-ignore
|
||||
outputs: type=image,name=target,annotation-index.org.opencontainers.image.description=Drapunir is a community management platform for Matrix.
|
||||
sbom: true
|
||||
tags: |
|
||||
${{ env.DOCKER_NAMESPACE }}/draupnir:develop
|
||||
|
||||
@@ -67,6 +67,9 @@ jobs:
|
||||
org.opencontainers.image.revision=${{ github.sha }}
|
||||
org.opencontainers.image.version=${{ github.ref_name }}
|
||||
org.opencontainers.image.licenses=Apache-2.0
|
||||
|
||||
# prettier-ignore
|
||||
outputs: type=image,name=target,annotation-index.org.opencontainers.image.description=Drapunir is a community management platform for Matrix.
|
||||
sbom: true
|
||||
tags: |
|
||||
${{ env.DOCKER_NAMESPACE }}/draupnir:latest
|
||||
|
||||
@@ -68,6 +68,9 @@ jobs:
|
||||
org.opencontainers.image.revision=${{ github.sha }}
|
||||
org.opencontainers.image.version=${{ github.ref_name }}
|
||||
org.opencontainers.image.licenses=Apache-2.0
|
||||
|
||||
# prettier-ignore
|
||||
outputs: type=image,name=target,annotation-index.org.opencontainers.image.description=Drapunir is a community management platform for Matrix.
|
||||
sbom: true
|
||||
tags: |
|
||||
${{ env.DOCKER_NAMESPACE }}/draupnir:${{ steps.release_version.outputs.release_version }}
|
||||
|
||||
@@ -86,5 +86,8 @@ jobs:
|
||||
org.opencontainers.image.version=${{ github.ref_name }}-${{ github.sha }}
|
||||
org.opencontainers.image.ref.name=${{ github.ref_name }}
|
||||
org.opencontainers.image.licenses=Apache-2.0
|
||||
|
||||
# prettier-ignore
|
||||
outputs: type=image,name=target,annotation-index.org.opencontainers.image.description=Drapunir is a community management platform for Matrix.
|
||||
sbom: true
|
||||
tags: ${{ steps.meta.outputs.tags }}
|
||||
|
||||
@@ -68,6 +68,9 @@ jobs:
|
||||
org.opencontainers.image.revision=${{ github.sha }}
|
||||
org.opencontainers.image.version=${{ github.ref_name }}
|
||||
org.opencontainers.image.licenses=Apache-2.0
|
||||
|
||||
# prettier-ignore
|
||||
outputs: type=image,name=target,annotation-index.org.opencontainers.image.description=Drapunir is a community management platform for Matrix.
|
||||
sbom: true
|
||||
tags: |
|
||||
ghcr.io/${{ steps.image_owner.outputs.image_owner }}/draupnir:latest
|
||||
|
||||
@@ -69,6 +69,9 @@ jobs:
|
||||
org.opencontainers.image.revision=${{ github.sha }}
|
||||
org.opencontainers.image.version=${{ github.ref_name }}
|
||||
org.opencontainers.image.licenses=Apache-2.0
|
||||
|
||||
# prettier-ignore
|
||||
outputs: type=image,name=target,annotation-index.org.opencontainers.image.description=Drapunir is a community management platform for Matrix.
|
||||
sbom: true
|
||||
tags: |
|
||||
ghcr.io/${{ steps.image_owner.outputs.image_owner }}/draupnir:${{ steps.release_version.outputs.release_version }}
|
||||
|
||||
Reference in New Issue
Block a user