File tree 2 files changed +11
-11
lines changed
2 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -28,14 +28,14 @@ jobs:
28
28
docker pull adhocore/phpfpm:8.2 || true
29
29
docker pull adhocore/phpfpm:8.3 || true
30
30
31
- - name : " [8.3] Build and push"
32
- id : docker_build_83
33
- uses : docker/build-push-action@v4
34
- with :
35
- push : true
36
- file : 8.3.Dockerfile
37
- tags : adhocore/phpfpm:8.3,adhocore/phpfpm:latest
38
- platforms : linux/amd64,linux/arm64
31
+ # - name: "[8.3] Build and push"
32
+ # id: docker_build_83
33
+ # uses: docker/build-push-action@v4
34
+ # with:
35
+ # push: true
36
+ # file: 8.3.Dockerfile
37
+ # tags: adhocore/phpfpm:8.3,adhocore/phpfpm:latest
38
+ # platforms: linux/amd64,linux/arm64
39
39
40
40
- name : " [8.2] Build and push"
41
41
id : docker_build_82
Original file line number Diff line number Diff line change 4
4
5
5
extDir=$( php -r ' echo ini_get("extension_dir");' )
6
6
7
- [[ " " = " $@ " ]] && exit 0
8
-
9
- docker-php-ext-disable $@
7
+ modules=$@
8
+ [[ " " = " $modules " ]] && exit 0
10
9
10
+ docker-php-ext-disable $modules
11
11
for module; do
12
12
rm -rf $extDir /$module $extDir /$module .so
13
13
done
You can’t perform that action at this time.
0 commit comments