chore: correct license detection to AGPL-3.0

This commit is contained in:
Sam Chau
2026-01-20 19:08:52 +10:30
parent f0853990c2
commit 90d3257424
4 changed files with 651 additions and 198 deletions

View File

@@ -63,6 +63,8 @@ jobs:
uses: docker/metadata-action@v5
with:
images: ${{ env.IMAGE_BASE }}/${{ matrix.image }}
labels: |
org.opencontainers.image.licenses=AGPL-3.0
tags: |
# Branch push -> develop
type=raw,value=develop,enable=${{ github.ref == 'refs/heads/v2' }}