From 8bb2079dab83d0a2681570069c6c9f3e23a17ab2 Mon Sep 17 00:00:00 2001 From: Sebastian Di Luzio Date: Fri, 18 Apr 2025 13:24:13 +0100 Subject: [PATCH] fix: clean up docker metadata remove annotations, it seems they're applied from the labels already, add description --- .github/workflows/docker-release.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/docker-release.yml b/.github/workflows/docker-release.yml index 52660ef72..ab910b563 100644 --- a/.github/workflows/docker-release.yml +++ b/.github/workflows/docker-release.yml @@ -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