We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b8234f commit b8c2166Copy full SHA for b8c2166
.github/workflows/php-docker.yml
@@ -32,7 +32,7 @@ jobs:
32
uses: actions/cache@v3
33
with:
34
path: /tmp/docker-save
35
- key: ${{ runner.os }}-docker-php-xbuild-save-${{ hashFiles('build/Dockerfile.php.common', '/build/Dockerfile.php81') }}
+ key: ${{ runner.os }}-docker-php-xbuild-save-${{ hashFiles('build/Dockerfile.php.common', 'build/Dockerfile.php81') }}
36
37
- name: Load cached Docker image
38
run: docker load -i /tmp/docker-save/snapshot.tar || true
0 commit comments