From dd2bdb4c2ae6f6430243c8e16773ef521b901e76 Mon Sep 17 00:00:00 2001 From: Johannes Kiesel Date: Fri, 10 Jan 2025 18:49:41 +0100 Subject: [PATCH] update --- .github/workflows/rad25-base.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/rad25-base.yml b/.github/workflows/rad25-base.yml index 92bcf3a..f3e1114 100644 --- a/.github/workflows/rad25-base.yml +++ b/.github/workflows/rad25-base.yml @@ -31,11 +31,15 @@ jobs: id: meta uses: docker/metadata-action@v3 with: - images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }} + images: ${{ env.REGISTRY }}/touche25-retrieval-augmented-debating-base tags: | type=semver,pattern={{version}} type=semver,pattern={{major}}.{{minor}} type=semver,pattern={{major}} + labels: | + org.opencontainers.image.description=Base image for the Retrieval-Augmented Debating 2025 task + org.opencontainers.image.url=https://github.com/touche-webis-de/touche-code/tree/main/clef25/retrieval-augmented-debating/debating-systems/base + org.opencontainers.image.source=https://github.com/touche-webis-de/touche-code/tree/main/clef25/retrieval-augmented-debating/debating-systems/base - name: Build and push Docker image uses: docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc