Skip to content

Commit

Permalink
Temp commit with hashFiles debug information
Browse files Browse the repository at this point in the history
  • Loading branch information
mjpieters committed Jan 31, 2025
1 parent 0bdeea0 commit 81a3559
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,14 @@ jobs:
platform=${{ matrix.platform }}
echo "PLATFORM_TUPLE=${platform//\//-}" >> $GITHUB_ENV
- name: Visualise cache key contents
run: |
# Run the script that the runner uses to produce the value used by `hashFiles()`
# Arguments to `hashFiles` are passed in as the `patterns` environment variable
# separated by newlines.
export patterns=$'Dockerfile\ncrates/**\nCargo.toml\nCargo.lock'
/home/runner/runners/2.321.0/externals/node20/bin/node "/home/runner/runners/2.321.0/bin/hashFiles"
- name: Docker apt & pip caches
uses: actions/cache@v4
id: docker-caches
Expand Down

0 comments on commit 81a3559

Please sign in to comment.