From 8e9d88b971cfd8d5a7048aaba49d1295360791e9 Mon Sep 17 00:00:00 2001 From: Bill Niblock Date: Fri, 6 Jun 2025 12:47:30 -0400 Subject: [PATCH] Radical: Fix tags, labels, annotations; Disable buildx --- .forgejo/workflows/radicale-docker.yml | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/.forgejo/workflows/radicale-docker.yml b/.forgejo/workflows/radicale-docker.yml index 076eee4..bc29510 100644 --- a/.forgejo/workflows/radicale-docker.yml +++ b/.forgejo/workflows/radicale-docker.yml @@ -34,9 +34,19 @@ jobs: uses: https://forge.niblock.tech/actions/docker-metadata-action@v5 with: images: ${{ env.REGISTRY }}/${{ env.REGISTRY_IMAGE_NAME }} + tags: | + type=raw,value=latest,enable=true + labels: | + org.opencontainers.image.source=https://forge.niblock.tech/oss/radical + org.opencontainers.image.title=radicale + org.opencontainers.image.url=https://forge.niblock.tech/oss/radical + org.opencontainers.image.version=latest + annotations: | + manifest:org.opencontainers.image.source=https://forge.niblock.tech/oss/radical + manifest:org.opencontainers.image.title=radicale + manifest:org.opencontainers.image.url=https://forge.niblock.tech/oss/radical + manifest:org.opencontainers.image.version=latest - - name: Setup Docker Buildx - uses: https://forge.niblock.tech/actions/setup-buildx-action@v3 - name: Build and Publish Latest Container to NibTech Registry uses: https://forge.niblock.tech/actions/docker-build-push-action@v6