Skip to content

Commit b8c2166

Browse files
committed
fix base docker image cache key
1 parent 8b8234f commit b8c2166

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/php-docker.yml

Lines changed: 1 addition & 1 deletion
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-xbuild-save-${{ hashFiles('build/Dockerfile.php.common', '/build/Dockerfile.php81') }}
35+
key: ${{ runner.os }}-docker-php-xbuild-save-${{ hashFiles('build/Dockerfile.php.common', 'build/Dockerfile.php81') }}
3636

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

0 commit comments

Comments
 (0)