Radical: Fix tags, labels, annotations; Disable buildx

This commit is contained in:
Bill Niblock 2025-06-06 12:47:30 -04:00
parent a8a0a1b70a
commit 8e9d88b971

View file

@ -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