3333 password : ${{ secrets.DOCKER_PASSWORD }}
3434
3535 - name : Build and export to Docker
36- uses : docker/build-push-action@v5
36+ uses : docker/build-push-action@v6
3737 with :
3838 context : ${{ matrix.version }}${{ matrix.type }}
3939 load : true
5151 docker run -e ENABLE_XDEBUG=true kooldev/php:${{ matrix.version }}${{ matrix.type }} php -m
5252
5353 - name : Build and push
54- uses : docker/build-push-action@v5
54+ uses : docker/build-push-action@v6
5555 if : github.ref == 'refs/heads/master' && github.repository == 'kool-dev/docker-php'
5656 with :
5757 context : ${{ matrix.version }}${{ matrix.type }}
@@ -60,14 +60,14 @@ jobs:
6060 tags : kooldev/php:${{ matrix.version }}${{ matrix.type }}
6161
6262 - name : Build and export to Docker (nginx)
63- uses : docker/build-push-action@v5
63+ uses : docker/build-push-action@v6
6464 with :
6565 context : ${{ matrix.version }}-nginx${{ matrix.type }}
6666 load : true
6767 tags : kooldev/php:${{ matrix.version }}-nginx${{ matrix.type }}
6868
6969 - name : Build and export to Docker (Node)
70- uses : docker/build-push-action@v5
70+ uses : docker/build-push-action@v6
7171 if : matrix.type == ''
7272 with :
7373 context : ${{ matrix.version }}-node${{ matrix.type }}
9696 docker run kooldev/php:${{ matrix.version }}-nginx${{ matrix.type }} supervisord version
9797
9898 - name : Build and push (nginx)
99- uses : docker/build-push-action@v5
99+ uses : docker/build-push-action@v6
100100 if : github.ref == 'refs/heads/master' && github.repository == 'kool-dev/docker-php'
101101 with :
102102 context : ${{ matrix.version }}-nginx${{ matrix.type }}
@@ -105,7 +105,7 @@ jobs:
105105 tags : kooldev/php:${{ matrix.version }}-nginx${{ matrix.type }}
106106
107107 - name : Build and push (Node)
108- uses : docker/build-push-action@v5
108+ uses : docker/build-push-action@v6
109109 if : github.ref == 'refs/heads/master' && github.repository == 'kool-dev/docker-php' && matrix.type == ''
110110 with :
111111 context : ${{ matrix.version }}-node${{ matrix.type }}
0 commit comments