fix: clean up docker metadata

remove annotations, it seems they're applied from the labels already, add description
This commit is contained in:
Sebastian Di Luzio 2025-04-18 13:24:13 +01:00 committed by GitHub
parent ce80ddfaa4
commit 8bb2079dab
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -36,9 +36,7 @@ jobs:
labels: |
org.opencontainers.image.title=Servatrice
org.opencontainers.image.url=https://cockatrice.github.io/
annotations: |
manifest:org.opencontainers.image.title=Servatrice
manifest:org.opencontainers.image.url=https://cockatrice.github.io/
org.opencontainers.image.description=Server for cockatrice, a cross-platform virtual tabletop for multiplayer card games
- name: Set up QEMU
uses: docker/setup-qemu-action@v3