File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2929 password : ${{ secrets.DOCKER_PASSWORD }}
3030
3131 - name : Build and export to Docker
32- uses : docker/build-push-action@v2
32+ uses : docker/build-push-action@v3
3333 with :
3434 context : ${{ matrix.version }}${{ matrix.type }}
3535 load : true
4747 docker run -e ENABLE_XDEBUG=true kooldev/php:${{ matrix.version }}${{ matrix.type }} php -m
4848
4949 - name : Build and push
50- uses : docker/build-push-action@v2
50+ uses : docker/build-push-action@v3
5151 if : github.ref == 'refs/heads/master' && github.repository == 'kool-dev/docker-php'
5252 with :
5353 context : ${{ matrix.version }}${{ matrix.type }}
5656 tags : kooldev/php:${{ matrix.version }}${{ matrix.type }}
5757
5858 - name : Build and export to Docker (nginx)
59- uses : docker/build-push-action@v2
59+ uses : docker/build-push-action@v3
6060 with :
6161 context : ${{ matrix.version }}-nginx${{ matrix.type }}
6262 load : true
7777 docker run kooldev/php:${{ matrix.version }}-nginx${{ matrix.type }} supervisord version
7878
7979 - name : Build and push (nginx)
80- uses : docker/build-push-action@v2
80+ uses : docker/build-push-action@v3
8181 if : github.ref == 'refs/heads/master' && github.repository == 'kool-dev/docker-php'
8282 with :
8383 context : ${{ matrix.version }}-nginx${{ matrix.type }}
You can’t perform that action at this time.
0 commit comments