@@ -17,13 +17,13 @@ jobs:
1717
1818 steps :
1919 - name : Checkout code
20- uses : actions/checkout@v3.5.0
20+ uses : actions/checkout@v4.1.1
2121
2222 - name : Setup QEMU
23- uses : docker/setup-qemu-action@v2
23+ uses : docker/setup-qemu-action@v3
2424
2525 - name : Setup Docker Buildx
26- uses : docker/setup-buildx-action@v2
26+ uses : docker/setup-buildx-action@v3
2727
2828 - name : Login to DockerHub
2929 uses : docker/login-action@v2
3333 password : ${{ secrets.DOCKER_PASSWORD }}
3434
3535 - name : Build and export to Docker
36- uses : docker/build-push-action@v4
36+ uses : docker/build-push-action@v5
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@v4
54+ uses : docker/build-push-action@v5
5555 if : github.ref == 'refs/heads/master' && github.repository == 'kool-dev/docker-php'
5656 with :
5757 context : ${{ matrix.version }}${{ matrix.type }}
6060 tags : kooldev/php:${{ matrix.version }}${{ matrix.type }}
6161
6262 - name : Build and export to Docker (nginx)
63- uses : docker/build-push-action@v4
63+ uses : docker/build-push-action@v5
6464 with :
6565 context : ${{ matrix.version }}-nginx${{ matrix.type }}
6666 load : true
8181 docker run kooldev/php:${{ matrix.version }}-nginx${{ matrix.type }} supervisord version
8282
8383 - name : Build and push (nginx)
84- uses : docker/build-push-action@v4
84+ uses : docker/build-push-action@v5
8585 if : github.ref == 'refs/heads/master' && github.repository == 'kool-dev/docker-php'
8686 with :
8787 context : ${{ matrix.version }}-nginx${{ matrix.type }}
0 commit comments