File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3333 password : ${{ secrets.DOCKER_PASSWORD }}
3434
3535 - name : Build and export to Docker
36- uses : docker/build-push-action@v3
36+ uses : docker/build-push-action@v4
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@v3
54+ uses : docker/build-push-action@v4
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@v3
63+ uses : docker/build-push-action@v4
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@v3
84+ uses : docker/build-push-action@v4
8585 if : github.ref == 'refs/heads/master' && github.repository == 'kool-dev/docker-php'
8686 with :
8787 context : ${{ matrix.version }}-nginx${{ matrix.type }}
You can’t perform that action at this time.
0 commit comments