mirror of
https://github.com/the-draupnir-project/Draupnir.git
synced 2026-05-14 19:35:14 +00:00
Relicense all AFL-3.0 to Apache-2.0 (#1117)
This commit is contained in:
@@ -66,7 +66,7 @@ jobs:
|
||||
org.opencontainers.image.revision=${{ github.sha }}
|
||||
org.opencontainers.image.version=${{ github.ref_name }}-${{ github.sha }}
|
||||
org.opencontainers.image.ref.name=${{ github.ref_name }}
|
||||
org.opencontainers.image.licenses=AFL-3.0
|
||||
org.opencontainers.image.licenses=Apache-2.0
|
||||
sbom: true
|
||||
tags: |
|
||||
${{ env.DOCKER_NAMESPACE }}/draupnir:develop
|
||||
|
||||
@@ -66,7 +66,7 @@ jobs:
|
||||
org.opencontainers.image.source=${{ env.IMG_SOURCE }}
|
||||
org.opencontainers.image.revision=${{ github.sha }}
|
||||
org.opencontainers.image.version=${{ github.ref_name }}
|
||||
org.opencontainers.image.licenses=AFL-3.0
|
||||
org.opencontainers.image.licenses=Apache-2.0
|
||||
sbom: true
|
||||
tags: |
|
||||
${{ env.DOCKER_NAMESPACE }}/draupnir:latest
|
||||
|
||||
@@ -67,7 +67,7 @@ jobs:
|
||||
org.opencontainers.image.source=${{ env.IMG_SOURCE }}
|
||||
org.opencontainers.image.revision=${{ github.sha }}
|
||||
org.opencontainers.image.version=${{ github.ref_name }}
|
||||
org.opencontainers.image.licenses=AFL-3.0
|
||||
org.opencontainers.image.licenses=Apache-2.0
|
||||
sbom: true
|
||||
tags: |
|
||||
${{ env.DOCKER_NAMESPACE }}/draupnir:${{ steps.release_version.outputs.release_version }}
|
||||
|
||||
@@ -85,6 +85,6 @@ jobs:
|
||||
org.opencontainers.image.revision=${{ github.sha }}
|
||||
org.opencontainers.image.version=${{ github.ref_name }}-${{ github.sha }}
|
||||
org.opencontainers.image.ref.name=${{ github.ref_name }}
|
||||
org.opencontainers.image.licenses=AFL-3.0
|
||||
org.opencontainers.image.licenses=Apache-2.0
|
||||
sbom: true
|
||||
tags: ${{ steps.meta.outputs.tags }}
|
||||
|
||||
@@ -67,7 +67,7 @@ jobs:
|
||||
org.opencontainers.image.source=${{ env.IMG_SOURCE }}
|
||||
org.opencontainers.image.revision=${{ github.sha }}
|
||||
org.opencontainers.image.version=${{ github.ref_name }}
|
||||
org.opencontainers.image.licenses=AFL-3.0
|
||||
org.opencontainers.image.licenses=Apache-2.0
|
||||
sbom: true
|
||||
tags: |
|
||||
ghcr.io/${{ steps.image_owner.outputs.image_owner }}/draupnir:latest
|
||||
|
||||
@@ -68,7 +68,7 @@ jobs:
|
||||
org.opencontainers.image.source=${{ env.IMG_SOURCE }}
|
||||
org.opencontainers.image.revision=${{ github.sha }}
|
||||
org.opencontainers.image.version=${{ github.ref_name }}
|
||||
org.opencontainers.image.licenses=AFL-3.0
|
||||
org.opencontainers.image.licenses=Apache-2.0
|
||||
sbom: true
|
||||
tags: |
|
||||
ghcr.io/${{ steps.image_owner.outputs.image_owner }}/draupnir:${{ steps.release_version.outputs.release_version }}
|
||||
|
||||
Reference in New Issue
Block a user