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 cad0fee commit 07d2cf3Copy full SHA for 07d2cf3
.github/workflows/build-version.yml
@@ -41,6 +41,8 @@ jobs:
41
context: .
42
file: ./Dockerfile
43
push: true
44
+ cache-to: type=inline
45
+ cache-from: type=registry,ref=ghcr.io/python-discord/python-builds:${{ inputs.tag }}
46
tags: |
47
ghcr.io/python-discord/python-builds:${{ inputs.tag }}
48
ghcr.io/python-discord/python-builds:${{ inputs.tag }}-${{ steps.git-sha.outputs.sha }}
0 commit comments