chore(deps): update docker/build-push-action action to v5 (#4)

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2023-09-13 09:29:52 +03:00
committed by GitHub
parent 9fb327f2b9
commit 0249c744c1

View File

@@ -43,7 +43,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and Push (${{ matrix.php }} / ${{ matrix.arch }})
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
file: Dockerfile-${{ matrix.php }}
platforms: ${{ matrix.arch }}