We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31d78b6 commit 9275697Copy full SHA for 9275697
1 file changed
.github/workflows/health-check.yaml
@@ -143,8 +143,8 @@ jobs:
143
load: true
144
provenance: false
145
set: |
146
- *.cache-from=type=registry,ref=ghcr.io/${{ github.repository }}-buildcache-new:${{ matrix.platform }}-main
147
- *.cache-from=type=registry,ref=ghcr.io/${{ github.repository }}-buildcache-new:${{ matrix.build-type }}-${{ matrix.platform }}-main
+ *.cache-from=type=registry,ref=ghcr.io/${{ github.repository }}-buildcache-new:humble-${{ matrix.platform }}-main
+ *.cache-from=type=registry,ref=ghcr.io/${{ github.repository }}-buildcache-new:${{ matrix.build-type }}-humble-${{ matrix.platform }}-main
148
149
- name: 💾 Save Docker image
150
if: ${{ matrix.build-type == 'main' &&
0 commit comments