We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50eaa93 commit c6b16c4Copy full SHA for c6b16c4
.github/workflows/build-version.yml
@@ -47,6 +47,10 @@ jobs:
47
push: ${{ github.ref == 'refs/heads/main' }}
48
cache-to: type=inline
49
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
54
tags: |
55
ghcr.io/python-discord/python-builds:${{ inputs.tag }}
56
ghcr.io/python-discord/python-builds:${{ inputs.version }}
0 commit comments