ci: fix OCI annotations overrides

scarlett
NGPixel 1 week ago
parent 51a4203814
commit bab67a5cf5
No known key found for this signature in database

@ -64,9 +64,9 @@ jobs:
type=semver,pattern={{version}},value=${{ env.REL_VERSION }} type=semver,pattern={{version}},value=${{ env.REL_VERSION }}
type=raw,value=3.0.0-beta type=raw,value=3.0.0-beta
annotations: | annotations: |
manifest:org.opencontainers.image.title=Wiki.js org.opencontainers.image.title=Wiki.js
manifest:org.opencontainers.image.description=Next Generation Open Source Wiki org.opencontainers.image.description=Next Generation Open Source Wiki
manifest:org.opencontainers.image.documentation=https://docs.js.wiki org.opencontainers.image.documentation=https://docs.js.wiki
- name: Login to GitHub Container Registry - name: Login to GitHub Container Registry
uses: docker/login-action@v4 uses: docker/login-action@v4

Loading…
Cancel
Save