From 1022fd25915ec41ca1e353c4a58c4c030ff60a8d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 18 Jun 2024 11:59:51 +0300 Subject: [PATCH] =?UTF-8?q?feat(github-action)!:=20Update=20docker/build-p?= =?UTF-8?q?ush-action=20(=20v5=20=E2=86=92=20v6=20)=20(#10)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/docker-image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 0abbffd..aa72f4c 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -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 }}