File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5353 echo "tag=${TAG}" >> $GITHUB_OUTPUT
5454
5555 - name : Build docker image
56- uses : docker/build-push-action@v6
56+ uses : docker/build-push-action@v7
5757 with :
5858 context : ./php
5959 file : ./php/base.Dockerfile
@@ -106,7 +106,7 @@ jobs:
106106 echo "source_tag=${SOURCE_TAG}" >> $GITHUB_OUTPUT
107107
108108 - name : Build docker image
109- uses : docker/build-push-action@v6
109+ uses : docker/build-push-action@v7
110110 with :
111111 context : ./php
112112 file : ./php/puppeteer.Dockerfile
@@ -148,7 +148,7 @@ jobs:
148148 # password: ${{ secrets.DOCKER_HUB_TOKEN }}
149149
150150 # - name: Build docker image
151- # uses: docker/build-push-action@v6
151+ # uses: docker/build-push-action@v7
152152 # with:
153153 # context: ./laravel-app
154154 # file: ./laravel-app/${{ matrix.dockerfile }}
You can’t perform that action at this time.
0 commit comments