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 c6b16c4 commit 64140fcCopy full SHA for 64140fc
1 file changed
.github/workflows/build-version.yml
@@ -51,6 +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."
55
tags: |
56
ghcr.io/python-discord/python-builds:${{ inputs.tag }}
57
ghcr.io/python-discord/python-builds:${{ inputs.version }}
0 commit comments