File tree Expand file tree Collapse file tree 3 files changed +15
-3
lines changed Expand file tree Collapse file tree 3 files changed +15
-3
lines changed Original file line number Diff line number Diff line change 24
24
with :
25
25
php-version : 8.4
26
26
coverage : none
27
-
27
+ - name : Login to Docker Hub
28
+ uses : docker/login-action@v3
29
+ with :
30
+ username : ${{ secrets.DOCKERHUB_USERNAME }}
31
+ password : ${{ secrets.DOCKERHUB_TOKEN }}
28
32
- name : Install dependencies
29
33
run : composer install --prefer-dist --no-interaction --no-suggest
30
34
Original file line number Diff line number Diff line change 16
16
with :
17
17
path : ~/.composer/cache/files
18
18
key : dependencies-code-checks
19
-
19
+ - name : Login to Docker Hub
20
+ uses : docker/login-action@v3
21
+ with :
22
+ username : ${{ secrets.DOCKERHUB_USERNAME }}
23
+ password : ${{ secrets.DOCKERHUB_TOKEN }}
20
24
- name : Setup PHP
21
25
uses : shivammathur/setup-php@v2
22
26
with :
Original file line number Diff line number Diff line change 48
48
with :
49
49
path : ~/.composer/cache/files
50
50
key : dependencies-php-${{ matrix.php }}-composer-${{ hashFiles('composer.json') }}
51
-
51
+ - name : Login to Docker Hub
52
+ uses : docker/login-action@v3
53
+ with :
54
+ username : ${{ secrets.DOCKERHUB_USERNAME }}
55
+ password : ${{ secrets.DOCKERHUB_TOKEN }}
52
56
- name : Setup PHP
53
57
uses : shivammathur/setup-php@v2
54
58
with :
You can’t perform that action at this time.
0 commit comments