Skip to content

Commit d548467

Browse files
committed
chore: fix wrong use of id
1 parent b7b6410 commit d548467

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go_app_pull_requests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ jobs:
244244
uses: actions/cache@v4
245245
with:
246246
path: /tmp/.custom-docker-cache
247-
key: docker-custom-images-${{ runner.os }}-${{ steps.images-hash.outputs.hash }}-${{ github.run_number % 20 }}-v1
247+
key: docker-custom-images-${{ runner.os }}-${{ steps.images-hash.outputs.hash }}-${{ github.run_number - (github.run_number % 20) }}-v1
248248
restore-keys: |
249249
docker-custom-images-${{ runner.os }}-${{ steps.images-hash.outputs.hash }}-
250250
# Pre-pull custom Docker images before running tests

0 commit comments

Comments
 (0)