Set the correct license on docker images (#3197)

This commit is contained in:
Hugh Nimmo-Smith
2025-04-11 18:01:04 +01:00
committed by GitHub
parent cb64c311c5
commit f5615f2e26

View File

@@ -46,6 +46,8 @@ jobs:
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
tags: ${{ inputs.docker_tags}}
labels: |
org.opencontainers.image.licenses=AGPL-3.0-only OR LicenseRef-Element-Commercial
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2 # v3.10.0