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