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 6ca5036 commit 951963bCopy full SHA for 951963b
.github/workflows/build-version.yml
@@ -49,6 +49,7 @@ jobs:
49
cache-from: type=registry,ref=ghcr.io/python-discord/python-builds:${{ inputs.tag }}
50
tags: |
51
ghcr.io/python-discord/python-builds:${{ inputs.tag }}
52
+ ghcr.io/python-discord/python-builds:${{ inputs.version }}
53
ghcr.io/python-discord/python-builds:${{ inputs.tag }}-${{ steps.git-sha.outputs.sha }}
54
build-args: |
55
PYTHON_VERSION=${{ inputs.version }}
0 commit comments