mirror of
https://github.com/Dictionarry-Hub/profilarr.git
synced 2026-01-22 10:51:02 +01:00
chore: correct license detection to AGPL-3.0
This commit is contained in:
2
.github/workflows/docker.yml
vendored
2
.github/workflows/docker.yml
vendored
@@ -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' }}
|
||||
|
||||
Reference in New Issue
Block a user