From c75b673ef35fae5210ba874f45c34bdc0f6e2042 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 08:11:20 +0000 Subject: [PATCH] chore(deps): update docker/build-push-action action to v6 --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b8638c7c..f08a3050 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -258,7 +258,7 @@ jobs: username: ${{ secrets.SQNC_DOCKERHUB_USERNAME }} password: ${{ secrets.SQNC_DOCKERHUB_TOKEN }} - name: Build image - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: builder: ${{ steps.buildx.outputs.name }} context: .