mirror of
https://github.com/ivuorinen/docker-php-with-imagick-multi.git
synced 2026-02-09 14:47:00 +00:00
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:
2
.github/workflows/docker-image.yml
vendored
2
.github/workflows/docker-image.yml
vendored
@@ -43,7 +43,7 @@ jobs:
|
|||||||
password: ${{ secrets.GITHUB_TOKEN }}
|
password: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
- name: Build and Push (${{ matrix.php }} / ${{ matrix.arch }})
|
- name: Build and Push (${{ matrix.php }} / ${{ matrix.arch }})
|
||||||
uses: docker/build-push-action@v4
|
uses: docker/build-push-action@v5
|
||||||
with:
|
with:
|
||||||
file: Dockerfile-${{ matrix.php }}
|
file: Dockerfile-${{ matrix.php }}
|
||||||
platforms: ${{ matrix.arch }}
|
platforms: ${{ matrix.arch }}
|
||||||
|
|||||||
Reference in New Issue
Block a user