We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7b6410 commit d548467Copy full SHA for d548467
.github/workflows/go_app_pull_requests.yml
@@ -244,7 +244,7 @@ jobs:
244
uses: actions/cache@v4
245
with:
246
path: /tmp/.custom-docker-cache
247
- key: docker-custom-images-${{ runner.os }}-${{ steps.images-hash.outputs.hash }}-${{ github.run_number % 20 }}-v1
+ key: docker-custom-images-${{ runner.os }}-${{ steps.images-hash.outputs.hash }}-${{ github.run_number - (github.run_number % 20) }}-v1
248
restore-keys: |
249
docker-custom-images-${{ runner.os }}-${{ steps.images-hash.outputs.hash }}-
250
# Pre-pull custom Docker images before running tests
0 commit comments