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 9dc901f commit ccee263Copy full SHA for ccee263
.github/workflows/build_images.yml
@@ -79,6 +79,7 @@ jobs:
79
${{ matrix.version.latest && format('{0}:latest-slim', env.IMAGE_NAME) || '' }}
80
cache-from: |
81
type=local,src=/tmp/.buildx-cache
82
+ type=local,src=/tmp/.buildx-cache-new
83
cache-to: type=local,dest=/tmp/.buildx-cache-new
84
85
# Temp fix
0 commit comments