diff --git a/.github/actions/docker-build/action.yaml b/.github/actions/docker-build/action.yaml index a49834d14b3..de582611886 100644 --- a/.github/actions/docker-build/action.yaml +++ b/.github/actions/docker-build/action.yaml @@ -37,7 +37,7 @@ runs: - name: Cache ccache uses: actions/cache@v4 if: ${{ inputs.name == 'no-cuda' && github.ref == 'refs/heads/main' }} - id: cache-ccahce + id: cache-ccache with: path: | root-ccache @@ -105,4 +105,3 @@ runs: push: false build-args: ${{ inputs.build-args }} cache-from: type=registry,ref=ghcr.io/${{ github.repository }}-buildcache:${{ inputs.name }}-${{ inputs.platform }}-${{ inputs.cache-tag-suffix }} - cache-to: type=registry,ref=ghcr.io/${{ github.repository }}-buildcache:${{ inputs.name }}-${{ inputs.platform }}-${{ inputs.cache-tag-suffix }},mode=max diff --git a/autoware.repos b/autoware.repos index 07a30169265..00d9f56e912 100644 --- a/autoware.repos +++ b/autoware.repos @@ -121,6 +121,10 @@ repositories: type: git url: https://github.com/autowarefoundation/awsim_labs_sensor_kit_launch.git version: main + sensor_kit/single_lidar_sensor_kit_launch: + type: git + url: https://github.com/autowarefoundation/single_lidar_sensor_kit_launch.git + version: main # vehicle vehicle/sample_vehicle_launch: type: git