From 4e516a9a2fb01034d372877d095c96a0daeaf1af Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 21 May 2026 15:47:36 +0000 Subject: [PATCH] Update docker/build-push-action action to v7.2.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 f1789d2..c763de2 100644 --- a/.github/workflows/scanning.yml +++ b/.github/workflows/scanning.yml @@ -27,7 +27,7 @@ jobs: uses: docker/setup-buildx-action@v4.0.0 - name: Build image - uses: docker/build-push-action@v7.1.0 + uses: docker/build-push-action@v7.2.0 with: push: true tags: ${{ vars.DOCKERHUB_USERNAME }}/${{ github.event.repository.name }}:${{ env.CURRENT_VERSION_TAG }}, ${{ vars.DOCKERHUB_USERNAME }}/${{ github.event.repository.name }}:latest