From d744abf9ab2433c5eda5a86fb8ac4f794f440365 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 5 Oct 2023 22:38:41 +0000 Subject: [PATCH] chore(deps): update docker/build-push-action action to v5 --- .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 632abe8a..3275d26f 100644 --- a/.github/workflows/image.yml +++ b/.github/workflows/image.yml @@ -57,7 +57,7 @@ jobs: password: ${{ secrets.QUAY_PASSWORD }} - name: Build - uses: docker/build-push-action@v4 + uses: docker/build-push-action@v5 with: builder: ${{ steps.buildx.outputs.name }} context: . diff --git a/.github/workflows/tool-image.yml b/.github/workflows/tool-image.yml index c230aa17..0297dac2 100644 --- a/.github/workflows/tool-image.yml +++ b/.github/workflows/tool-image.yml @@ -56,7 +56,7 @@ jobs: password: ${{ secrets.QUAY_PASSWORD }} - name: Build - uses: docker/build-push-action@v4 + uses: docker/build-push-action@v5 with: builder: ${{ steps.buildx.outputs.name }} context: ./tools-image