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 f01e803 commit 0c85cf7Copy full SHA for 0c85cf7
.github/workflows/build-version.yml
@@ -51,7 +51,7 @@ jobs:
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
- outputs: type=image,name=target,annotation-index.org.opencontainers.image.description="Python ${{ inputs.version }} Docker image maintained by Python Discord."
+ outputs: type=image,name=target,annotation-index.org.opencontainers.image.description=Python ${{ inputs.version }} Docker image maintained by Python Discord.
55
tags: |
56
ghcr.io/python-discord/python-builds:${{ inputs.tag }}
57
ghcr.io/python-discord/python-builds:${{ inputs.version }}
0 commit comments