Skip to content

Commit c6b16c4

Browse files
committed
Add image description
1 parent 50eaa93 commit c6b16c4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build-version.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,10 @@ jobs:
4747
push: ${{ github.ref == 'refs/heads/main' }}
4848
cache-to: type=inline
4949
cache-from: type=registry,ref=ghcr.io/python-discord/python-builds:${{ inputs.tag }}
50+
labels: |
51+
org.opencontainers.image.source=https://github.com/python-discord/python-builds
52+
org.opencontainers.image.description="Python ${{ inputs.version }} Docker image maintained by Python Discord."
53+
org.opencontainers.image.licenses=MIT
5054
tags: |
5155
ghcr.io/python-discord/python-builds:${{ inputs.tag }}
5256
ghcr.io/python-discord/python-builds:${{ inputs.version }}

0 commit comments

Comments
 (0)