From 9bab7201117a03eb356383fbc90bdb4fba68ab4f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 10 Apr 2026 12:33:56 +0000 Subject: [PATCH] Update docker/build-push-action action to v7.1.0 --- .github/workflows/scanning.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/scanning.yml b/.github/workflows/scanning.yml index c9cb537..b21e261 100644 --- a/.github/workflows/scanning.yml +++ b/.github/workflows/scanning.yml @@ -25,7 +25,7 @@ jobs: uses: docker/setup-buildx-action@v4.0.0 - name: Build image - uses: docker/build-push-action@v7.0.0 + uses: docker/build-push-action@v7.1.0 with: push: true tags: ${{ vars.DOCKERHUB_USERNAME }}/${{ github.event.repository.name }}:${{ env.CURRENT_VERSION_TAG }}, ${{ vars.DOCKERHUB_USERNAME }}/${{ github.event.repository.name }}:latest