Skip to content

Commit 2b28c11

Browse files
try writing the description annotation to the manifest instead of the index
1 parent 58e35f7 commit 2b28c11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ghcr-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
cache-from: type=gha
7878
cache-to: type=gha,mode=max
7979
platforms: ${{ matrix.platform }}
80-
outputs: type=image,name=${{ env.REGISTRY_IMAGE }},push-by-digest=true,name-canonical=true,push=true,annotation-index.org.opencontainers.image.description=Blazingly fast code search
80+
outputs: type=image,name=${{ env.REGISTRY_IMAGE }},push-by-digest=true,name-canonical=true,push=true,annotation.org.opencontainers.image.description=Blazingly fast code search
8181
build-args: |
8282
SOURCEBOT_VERSION=${{ github.ref_name }}
8383
POSTHOG_PAPIK=${{ secrets.POSTHOG_PAPIK }}

0 commit comments

Comments
 (0)