Skip to content

Commit 6c6bd07

Browse files
chore(deps): bump docker/build-push-action from 6 to 7
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6 to 7. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v6...v7) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 806b081 commit 6c6bd07

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/test_and_publish.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,14 +49,14 @@ jobs:
4949
password: ${{ secrets.DOCKERHUB_TOKEN }}
5050

5151
- name: Build PHP - ${{ matrix.php }} image
52-
uses: docker/build-push-action@v6
52+
uses: docker/build-push-action@v7
5353
if: github.event_name == 'pull_request'
5454
with:
5555
context: php/${{ matrix.php }}
5656
tags: easyengine/php${{ steps.img-tag.outputs.tag }}:test
5757

5858
- name: Build and push PHP - ${{ matrix.php }} image
59-
uses: docker/build-push-action@v6
59+
uses: docker/build-push-action@v7
6060
if: github.event_name != 'pull_request'
6161
with:
6262
context: php/${{ matrix.php }}
@@ -93,14 +93,14 @@ jobs:
9393
password: ${{ secrets.DOCKERHUB_TOKEN }}
9494

9595
- name: Build ${{ matrix.others }} image
96-
uses: docker/build-push-action@v6
96+
uses: docker/build-push-action@v7
9797
if: github.event_name == 'pull_request'
9898
with:
9999
context: ${{ matrix.others }}
100100
tags: easyengine/${{ matrix.others }}:test
101101

102102
- name: Build and push ${{ matrix.others }} image
103-
uses: docker/build-push-action@v6
103+
uses: docker/build-push-action@v7
104104
if: github.event_name != 'pull_request'
105105
with:
106106
context: ${{ matrix.others }}

0 commit comments

Comments
 (0)