diff --git a/.github/workflows/docker-build.yml b/.github/workflows/docker-build.yml index 9378793..ac41590 100644 --- a/.github/workflows/docker-build.yml +++ b/.github/workflows/docker-build.yml @@ -40,6 +40,9 @@ jobs: type=ref,event=pr type=semver,pattern={{version}} type=raw,value=latest,enable={{is_default_branch}} + annotations: | + org.opencontainers.image.description=Bot multi-plateformes Discord/Twitch/YouTube pour la communauté STEvE + org.opencontainers.image.licenses=GPL-3.0 - name: Build and push uses: docker/build-push-action@v5 @@ -47,4 +50,5 @@ jobs: context: . push: true tags: ${{ steps.meta.outputs.tags }} - labels: ${{ steps.meta.outputs.labels }} \ No newline at end of file + labels: ${{ steps.meta.outputs.labels }} + annotations: ${{ steps.meta.outputs.annotations }} \ No newline at end of file diff --git a/Dockerfile b/Dockerfile index f084b60..b78ffad 100755 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ FROM debian:trixie-slim # Labels requis pour GitHub Container Registry LABEL org.opencontainers.image.source=https://github.com/skylanix/MamieHenriette LABEL org.opencontainers.image.description="Bot multi-plateformes Discord/Twitch/YouTube pour la communauté STEvE" -# LABEL org.opencontainers.image.licenses=Apache-2.0 +LABEL org.opencontainers.image.licenses=GPL-3.0 WORKDIR /app