Skip to content

Commit a63db03

Browse files
authored
Merge pull request #15 from keepsuit/dependabot/github_actions/docker/build-push-action-7
Bump docker/build-push-action from 6 to 7
2 parents 53339d3 + cc2a4eb commit a63db03

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
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 }}

0 commit comments

Comments
 (0)