From f38d261b93937ba7aa9cb06bdd1e23791b27c2d5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 16 May 2023 20:01:24 +0000 Subject: [PATCH] Update docker/build-push-action action to v4 --- .github/workflows/image.yml | 2 +- .github/workflows/tool-image.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/image.yml b/.github/workflows/image.yml index 914a02b..5f43325 100644 --- a/.github/workflows/image.yml +++ b/.github/workflows/image.yml @@ -53,7 +53,7 @@ jobs: password: ${{ secrets.QUAY_PASSWORD }} - name: Build - uses: docker/build-push-action@v2 + uses: docker/build-push-action@v4 with: builder: ${{ steps.buildx.outputs.name }} context: . diff --git a/.github/workflows/tool-image.yml b/.github/workflows/tool-image.yml index e263462..d79cc53 100644 --- a/.github/workflows/tool-image.yml +++ b/.github/workflows/tool-image.yml @@ -53,7 +53,7 @@ jobs: password: ${{ secrets.QUAY_PASSWORD }} - name: Build - uses: docker/build-push-action@v2 + uses: docker/build-push-action@v4 with: builder: ${{ steps.buildx.outputs.name }} context: ./tools-image