From f4868a8c94a44cee40e12573042b95e01854c6b1 Mon Sep 17 00:00:00 2001 From: NGPixel Date: Wed, 2 Sep 2026 03:59:57 -0400 Subject: [PATCH] ci: add OCI labels to image build --- .github/workflows/build.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f23ebd4a3..8704cdd8e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -63,9 +63,13 @@ jobs: tags: | type=semver,pattern={{version}},value=${{ env.REL_VERSION }} type=raw,value=3.0.0-beta + labels: | + org.opencontainers.image.title=Wiki.js + org.opencontainers.image.description=Wiki.js - Next Generation Open Source Wiki + org.opencontainers.image.documentation=https://docs.js.wiki annotations: | org.opencontainers.image.title=Wiki.js - org.opencontainers.image.description=Next Generation Open Source Wiki + org.opencontainers.image.description=Wiki.js - Next Generation Open Source Wiki org.opencontainers.image.documentation=https://docs.js.wiki - name: Login to GitHub Container Registry @@ -92,6 +96,7 @@ jobs: push: true platforms: linux/amd64,linux/arm64 tags: ${{ steps.meta.outputs.tags }} + labels: ${{ steps.meta.outputs.labels }} annotations: ${{ steps.meta.outputs.annotations }} - name: Prepare build archive