add more relavant metadata to docker image
This commit is contained in:
parent
9bcd5a8d5b
commit
30b23f3720
1 changed files with 4 additions and 0 deletions
4
.github/workflows/package.yaml
vendored
4
.github/workflows/package.yaml
vendored
|
|
@ -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 }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue