File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -22,14 +22,14 @@ jobs:
2222 password : ${{ secrets.DOCKER_PASSWORD }}
2323
2424 - name : Build and push Docker image
25- uses : docker/build-push-action@v5
25+ uses : docker/build-push-action@v6
2626 with :
2727 context : ./${{ matrix.version }}/${{ matrix.engine }}/
2828 push : true
2929 tags : " idlemoments/php:latest-${{ matrix.engine }}"
3030
3131 - name : Build and push Docker dev image
32- uses : docker/build-push-action@v5
32+ uses : docker/build-push-action@v6
3333 with :
3434 context : ./${{ matrix.version }}/${{ matrix.engine }}/dev/
3535 push : true
@@ -51,14 +51,14 @@ jobs:
5151 password : ${{ secrets.DOCKER_PASSWORD }}
5252
5353 - name : Build and push Docker image
54- uses : docker/build-push-action@v5
54+ uses : docker/build-push-action@v6
5555 with :
5656 context : ./${{ matrix.version }}/${{ matrix.engine }}/
5757 push : true
5858 tags : " idlemoments/php:${{ matrix.version }}-${{ matrix.engine }}"
5959
6060 - name : Build and push Docker dev image
61- uses : docker/build-push-action@v5
61+ uses : docker/build-push-action@v6
6262 with :
6363 context : ./${{ matrix.version }}/${{ matrix.engine }}/dev/
6464 push : true
You can’t perform that action at this time.
0 commit comments