From 1e0af423b2214933b5fead1e26d3d707ca78d4f4 Mon Sep 17 00:00:00 2001 From: Sebastian Di Luzio Date: Thu, 17 Apr 2025 18:38:43 +0200 Subject: [PATCH] ci: configure image title and url --- .github/workflows/docker-release.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/docker-release.yml b/.github/workflows/docker-release.yml index fb8e32c53..52660ef72 100644 --- a/.github/workflows/docker-release.yml +++ b/.github/workflows/docker-release.yml @@ -33,6 +33,12 @@ jobs: with: images: | ghcr.io/cockatrice/servatrice + 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/ - name: Set up QEMU uses: docker/setup-qemu-action@v3