File tree 10 files changed +15
-15
lines changed
10 files changed +15
-15
lines changed Original file line number Diff line number Diff line change 47
47
uses : actions/cache@v3
48
48
with :
49
49
path : vendor
50
- key : ${{ runner.os }}-php-${{ hashFiles('/composer.lock') }}-composer-dev
50
+ key : ${{ runner.os }}-php-${{ hashFiles('. /composer.lock') }}-composer-dev
51
51
52
52
- name : PHP Version
53
53
run : php --version
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
52
52
uses : actions/cache@v3
53
53
with :
54
54
path : vendor
55
- key : ${{ runner.os }}-php-${{ hashFiles('/composer.lock') }}-composer-dev
55
+ key : ${{ runner.os }}-php-${{ hashFiles('. /composer.lock') }}-composer-dev
56
56
57
57
- name : Docker install dependencies
58
58
run : docker-compose exec -T app.php composer install
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
37
37
- name : Load cached Docker image
38
38
run : docker load -i /tmp/docker-save/snapshot.tar || true
Original file line number Diff line number Diff line change 42
42
uses : actions/cache@v3
43
43
with :
44
44
path : vendor
45
- key : ${{ runner.os }}-php-${{ hashFiles('/composer.lock') }}-composer-dev
45
+ key : ${{ runner.os }}-php-${{ hashFiles('. /composer.lock') }}-composer-dev
46
46
47
47
- name : PHP Version
48
48
run : php --version
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
54
54
uses : actions/cache@v3
55
55
with :
56
56
path : vendor
57
- key : ${{ runner.os }}-php-${{ hashFiles('/composer.lock') }}-composer-dev
57
+ key : ${{ runner.os }}-php-${{ hashFiles('. /composer.lock') }}-composer-dev
58
58
59
59
- name : Docker install dependencies
60
60
run : docker-compose exec -T app.php composer install
Original file line number Diff line number Diff line change 42
42
uses : actions/cache@v3
43
43
with :
44
44
path : vendor
45
- key : ${{ runner.os }}-php-${{ hashFiles('/composer.lock') }}-composer-dev
45
+ key : ${{ runner.os }}-php-${{ hashFiles('. /composer.lock') }}-composer-dev
46
46
47
47
- name : PHP Version
48
48
run : php --version
Original file line number Diff line number Diff line change 42
42
uses : actions/cache@v3
43
43
with :
44
44
path : vendor
45
- key : ${{ runner.os }}-php-${{ hashFiles('/composer.lock') }}-composer-dev
45
+ key : ${{ runner.os }}-php-${{ hashFiles('. /composer.lock') }}-composer-dev
46
46
47
47
- name : PHP Version
48
48
run : php --version
Original file line number Diff line number Diff line change 47
47
uses : actions/cache@v3
48
48
with :
49
49
path : vendor
50
- key : ${{ runner.os }}-php-${{ hashFiles('/composer.lock') }}-composer-dev
50
+ key : ${{ runner.os }}-php-${{ hashFiles('. /composer.lock') }}-composer-dev
51
51
52
52
- name : PHP Version
53
53
run : php --version
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
57
57
uses : actions/cache@v3
58
58
with :
59
59
path : vendor
60
- key : ${{ runner.os }}-php-${{ hashFiles('/composer.lock') }}-composer-dev
60
+ key : ${{ runner.os }}-php-${{ hashFiles('. /composer.lock') }}-composer-dev
61
61
62
62
- name : Docker install dependencies
63
63
run : docker-compose exec -T app.php composer install
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
63
63
uses : actions/cache@v3
64
64
with :
65
65
path : /tmp/docker-save
66
- key : ${{ runner.os }}-docker-php-build-save-${{ hashFiles('/build/Dockerfile.php.common', '/build/Dockerfile.php82') }}
66
+ key : ${{ runner.os }}-docker-php-build-save-${{ hashFiles('. /build/Dockerfile.php.common', '. /build/Dockerfile.php82') }}
67
67
68
68
- name : Load cached Docker image
69
69
run : docker load -i /tmp/docker-save/snapshot.tar && docker tag app/php-image-cache app/php82
89
89
uses : actions/cache@v3
90
90
with :
91
91
path : vendor
92
- key : ${{ runner.os }}-php-${{ hashFiles('/composer.lock') }}-composer-dev
92
+ key : ${{ runner.os }}-php-${{ hashFiles('. /composer.lock') }}-composer-dev
93
93
94
94
- name : Docker install dependencies
95
95
run : docker-compose exec -T app.php82 composer install
You can’t perform that action at this time.
0 commit comments