Skip to content

Commit b94c9fe

Browse files
committed
fix hashFiles path
1 parent edb8bf0 commit b94c9fe

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/phppdepend.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
uses: actions/cache@v3
3333
with:
3434
path: /tmp/docker-save
35-
key: ${{ runner.os }}-docker-php-build-save-${{ hashFiles('build/Dockerfile.php.common', '/build/dockerfile.php81') }}
35+
key: ${{ runner.os }}-docker-php-build-save-${{ hashFiles('build/Dockerfile.php.common', 'build/dockerfile.php81') }}
3636
- name: Load cached Docker image
3737
run: docker load -i /tmp/docker-save/snapshot.tar && docker tag app/php-image-cache app/php
3838

.github/workflows/phpunit.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
uses: actions/cache@v3
3333
with:
3434
path: /tmp/docker-save
35-
key: ${{ runner.os }}-docker-php-build-save-${{ hashFiles('build/Dockerfile.php.common', '/build/dockerfile.php81') }}
35+
key: ${{ runner.os }}-docker-php-build-save-${{ hashFiles('build/Dockerfile.php.common', 'build/dockerfile.php81') }}
3636
- name: Load cached Docker image
3737
run: docker load -i /tmp/docker-save/snapshot.tar && docker tag app/php-image-cache app/php
3838

.github/workflows/phpunit82.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
uses: actions/cache@v3
3333
with:
3434
path: /tmp/docker-save
35-
key: ${{ runner.os }}-docker-php-build-save-${{ hashFiles('build/Dockerfile.php.common', '/build/Dockerfile.php82') }}
35+
key: ${{ runner.os }}-docker-php-build-save-${{ hashFiles('build/Dockerfile.php.common', 'build/Dockerfile.php82') }}
3636

3737
- name: Load cached Docker image
3838
run: docker load -i /tmp/docker-save/snapshot.tar || true

0 commit comments

Comments
 (0)