feat(github-action)!: Update docker/build-push-action ( v5 → v6 ) (#10)

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]
2024-06-18 11:59:51 +03:00
committed by GitHub
parent 4eba10588e
commit 1022fd2591

View File

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