mirror of
https://github.com/sourcebot-dev/sourcebot.git
synced 2025-12-11 20:05:25 +00:00
try writing the description annotation to the manifest instead of the index
This commit is contained in:
parent
58e35f72a5
commit
2b28c11779
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ghcr-publish.yml
vendored
2
.github/workflows/ghcr-publish.yml
vendored
|
|
@ -77,7 +77,7 @@ jobs:
|
|||
cache-from: type=gha
|
||||
cache-to: type=gha,mode=max
|
||||
platforms: ${{ matrix.platform }}
|
||||
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
|
||||
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
|
||||
build-args: |
|
||||
SOURCEBOT_VERSION=${{ github.ref_name }}
|
||||
POSTHOG_PAPIK=${{ secrets.POSTHOG_PAPIK }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue