commit 96b51d26e00e1c8d1616d6148546eaf1a04b799d
parent a4b3abe4fb941ab37ec89b5b19777fe03f5e9382
Author: MTRNord <MTRNord@users.noreply.github.com>
Date: Wed, 25 Mar 2026 21:44:48 +0100
set proper labels
Signed-off-by: MTRNord <MTRNord@users.noreply.github.com>
Diffstat:
3 files changed, 10 insertions(+), 0 deletions(-)
diff --git a/.github/workflows/build-blog.yaml b/.github/workflows/build-blog.yaml
@@ -43,6 +43,9 @@ jobs:
uses: docker/metadata-action@030e881283bb7a6894de51c315a6bfe6a94e05cf # v6
with:
images: registry.midnightthoughts.space/mtrnord/blog
+ labels: |
+ org.opencontainers.image.description=MTRNord's personal blog (WordPress-based) — custom image
+ org.opencontainers.image.title=blog
tags: |
type=raw,value=latest
type=sha,prefix=sha-
diff --git a/.github/workflows/build-bookwyrm.yaml b/.github/workflows/build-bookwyrm.yaml
@@ -83,6 +83,10 @@ jobs:
tags: |
registry.midnightthoughts.space/mtrnord/bookwyrm:${{ needs.check.outputs.new_version }}
registry.midnightthoughts.space/mtrnord/bookwyrm:latest
+ labels: |
+ org.opencontainers.image.description=BookWyrm social reading and review platform
+ org.opencontainers.image.title=bookwyrm
+ org.opencontainers.image.version=${{ needs.check.outputs.new_version }}
cache-from: type=gha
cache-to: type=gha,mode=max
platforms: linux/amd64,linux/arm64
diff --git a/.github/workflows/build-continuwuity.yaml b/.github/workflows/build-continuwuity.yaml
@@ -43,6 +43,9 @@ jobs:
uses: docker/metadata-action@030e881283bb7a6894de51c315a6bfe6a94e05cf # v6
with:
images: registry.midnightthoughts.space/mtrnord/cluster/continuwuity
+ labels: |
+ org.opencontainers.image.description=Continuwuity (Conduit fork) Matrix homeserver — multi-arch wrapper image
+ org.opencontainers.image.title=continuwuity
tags: |
type=raw,value=main
type=sha,prefix=sha-