From b906ce8cd7272c00504f23cb2b59f918b2293f35 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 30 Jan 2023 20:42:44 +0000 Subject: [PATCH] chore(deps): update docker/build-push-action action to v4 --- .github/workflows/pr.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 80cbab7b..5b215c36 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -47,7 +47,7 @@ jobs: path: build/install - name: Build container image - uses: docker/build-push-action@v3 + uses: docker/build-push-action@v4 with: push: false builder: ${{ steps.buildx.outputs.name }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2d2efa09..67bc64f3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -63,7 +63,7 @@ jobs: path: build/distributions - name: Build and publish container image - uses: docker/build-push-action@v3 + uses: docker/build-push-action@v4 with: push: true builder: ${{ steps.buildx.outputs.name }}