Radical: Fix tags, labels, annotations; Disable buildx
This commit is contained in:
parent
a8a0a1b70a
commit
8e9d88b971
1 changed files with 12 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue