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 de3dccb commit f623ea8Copy full SHA for f623ea8
.github/workflows/build-root.yml
@@ -57,6 +57,7 @@ jobs:
57
file: ./Dockerfile.base
58
push: ${{ github.ref == 'refs/heads/main' }}
59
cache-to: type=inline
60
+ load: true
61
cache-from: type=registry,ref=ghcr.io/python-discord/python-builds:builder-base
62
build-args: |
63
PYENV_VERSION=${{ needs.pyenv-version.outputs.pyenv_version }}
0 commit comments