Skip to content

Commit 9275697

Browse files
committed
fix(docker): include ROS distro in health-check cache keys
Signed-off-by: Mete Fatih Cırıt <mfc@autoware.org>
1 parent 31d78b6 commit 9275697

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/health-check.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,8 +143,8 @@ jobs:
143143
load: true
144144
provenance: false
145145
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
146+
*.cache-from=type=registry,ref=ghcr.io/${{ github.repository }}-buildcache-new:humble-${{ matrix.platform }}-main
147+
*.cache-from=type=registry,ref=ghcr.io/${{ github.repository }}-buildcache-new:${{ matrix.build-type }}-humble-${{ matrix.platform }}-main
148148
149149
- name: 💾 Save Docker image
150150
if: ${{ matrix.build-type == 'main' &&

0 commit comments

Comments
 (0)