feat(github-action): update docker/build-push-action (v6.17.0 → v6.18.0) (#19)

This commit is contained in:
renovate[bot]
2025-05-29 14:54:11 +03:00
committed by GitHub
parent 8401d9d34d
commit f108ce5130

View File

@@ -45,7 +45,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and Push (${{ matrix.php }} / ${{ matrix.arch }})
uses: docker/build-push-action@1dc73863535b631f98b2378be8619f83b136f4a0 # v6.17.0
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
with:
file: ${{ matrix.php }}/Dockerfile
platforms: ${{ matrix.arch }}