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 fb2b210 commit 8a8f532Copy full SHA for 8a8f532
.github/workflows/build_images.yml
@@ -54,7 +54,6 @@ jobs:
54
${{ matrix.version.latest && format('{0}:latest', env.IMAGE_NAME) || '' }}
55
cache-from: |
56
type=local,src=/tmp/.buildx-cache
57
- ${{ env.IMAGE_NAME }}:latest-python${{ matrix.version.python }}
58
cache-to: type=local,dest=/tmp/.buildx-cache-new
59
60
# Temp fix
0 commit comments