From 9efbda41f0190c3d61da3543e22cd2dca579ad66 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 8 Mar 2026 07:08:00 +0000 Subject: [PATCH] chore(deps): update docker/build-push-action action to v7 --- .github/workflows/azure-container-webapp.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/azure-container-webapp.yml b/.github/workflows/azure-container-webapp.yml index b2a2e5d2..5e1d430c 100644 --- a/.github/workflows/azure-container-webapp.yml +++ b/.github/workflows/azure-container-webapp.yml @@ -59,7 +59,7 @@ jobs: run: echo "REPO=${GITHUB_REPOSITORY,,}" >>${GITHUB_ENV} - name: Build and push container image to registry - uses: docker/build-push-action@v4 + uses: docker/build-push-action@v7 with: push: true tags: ghcr.io/${{ env.REPO }}:${{ github.sha }}