diff --git a/.github/actions/docker-build/action.yaml b/.github/actions/docker-build/action.yaml index 786baa7afb6..36bd29b7d17 100644 --- a/.github/actions/docker-build/action.yaml +++ b/.github/actions/docker-build/action.yaml @@ -67,7 +67,7 @@ runs: with: path: | root-ccache - key: ccache-${{ inputs.platform }}-${{ inputs.name }}-${{ hashFiles('src/**/*.cpp') }} + key: ccache-${{ inputs.platform }}-${{ inputs.name }}-${{ hashFiles('autoware.repos') }} restore-keys: | ccache-${{ inputs.platform }}-${{ inputs.name }}- ccache-${{ inputs.platform }}-