From e935d20d8472eaad690f701db750ca28e89b799a Mon Sep 17 00:00:00 2001 From: Sebastian Di Luzio Date: Fri, 18 Apr 2025 15:13:30 +0200 Subject: [PATCH] fix(ci): add back docker image annotations --- .github/workflows/docker-release.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/docker-release.yml b/.github/workflows/docker-release.yml index ab910b563..c78323f8a 100644 --- a/.github/workflows/docker-release.yml +++ b/.github/workflows/docker-release.yml @@ -37,6 +37,10 @@ jobs: org.opencontainers.image.title=Servatrice org.opencontainers.image.url=https://cockatrice.github.io/ org.opencontainers.image.description=Server for cockatrice, a cross-platform virtual tabletop for multiplayer card games + annotations: | + org.opencontainers.image.title=Servatrice + 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