File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 32
32
uses : actions/cache@v3
33
33
with :
34
34
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') }}
36
36
- name : Load cached Docker image
37
37
run : docker load -i /tmp/docker-save/snapshot.tar && docker tag app/php-image-cache app/php
38
38
Original file line number Diff line number Diff line change 32
32
uses : actions/cache@v3
33
33
with :
34
34
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') }}
36
36
- name : Load cached Docker image
37
37
run : docker load -i /tmp/docker-save/snapshot.tar && docker tag app/php-image-cache app/php
38
38
Original file line number Diff line number Diff line change 32
32
uses : actions/cache@v3
33
33
with :
34
34
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') }}
36
36
37
37
- name : Load cached Docker image
38
38
run : docker load -i /tmp/docker-save/snapshot.tar || true
You can’t perform that action at this time.
0 commit comments