From bab67a5cf58e023a27d1c600879eaf25b258f6bd Mon Sep 17 00:00:00 2001 From: NGPixel Date: Wed, 2 Sep 2026 03:52:16 -0400 Subject: [PATCH] ci: fix OCI annotations overrides --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c6ca14e56..f23ebd4a3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -64,9 +64,9 @@ jobs: type=semver,pattern={{version}},value=${{ env.REL_VERSION }} type=raw,value=3.0.0-beta annotations: | - manifest:org.opencontainers.image.title=Wiki.js - manifest:org.opencontainers.image.description=Next Generation Open Source Wiki - manifest:org.opencontainers.image.documentation=https://docs.js.wiki + org.opencontainers.image.title=Wiki.js + org.opencontainers.image.description=Next Generation Open Source Wiki + org.opencontainers.image.documentation=https://docs.js.wiki - name: Login to GitHub Container Registry uses: docker/login-action@v4