diff --git a/.github/workflows/builder-build.yml b/.github/workflows/builder-build.yml index ba84db0..1020929 100644 --- a/.github/workflows/builder-build.yml +++ b/.github/workflows/builder-build.yml @@ -63,7 +63,9 @@ jobs: tags: | ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ env.AUTOWARE_VERSION }}-builder load: true - no-cache: true + # no-cache: true + cache-from: | + type=registry,ref=${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ env.AUTOWARE_VERSION }}-builder cache-to: type=inline - name: Build builder w/cache image