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 2e14a73 commit 056bcbaCopy full SHA for 056bcba
.github/workflows/build_images.yml
@@ -54,6 +54,7 @@ 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
- name: Build slim docker image
@@ -71,6 +72,8 @@ jobs:
71
72
73
74
type=local,src=/tmp/.buildx-cache-new
75
76
+ ${{ env.IMAGE_NAME }}:${{ env.TAG }}-slim-python${{ matrix.version.python }}
77
78
79
# Temp fix
0 commit comments