add more relavant metadata to docker image

This commit is contained in:
Gavin Mogan 2024-11-03 22:03:53 -08:00
parent 9bcd5a8d5b
commit 30b23f3720

View file

@ -263,6 +263,10 @@ jobs:
images: ${{ steps.formatted-image_id.outputs.IMAGE_ID }}
labels: |
runnumber=${{ github.run_number }}
maintainer=${{ github.repository_owner }}
org.opencontainers.image.authors=${{ github.repository_owner }}
org.opencontainers.image.vendor=${{ github.repository_owner }}
org.opencontainers.image.documentation=https://ytdl-sub.readthedocs.io/
tags: |
type=raw,value=${{ steps.formatted_version.outputs.VERSION }}
type=raw,value=${{ needs.version.outputs.pypi_version }}