From 6f103b79015f6b73d5a429471e49750de876b1dd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 01:24:10 +0000 Subject: [PATCH] chore(deps): update docker/build-push-action action to v7 --- .github/actions/deploy-ecs/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/deploy-ecs/action.yml b/.github/actions/deploy-ecs/action.yml index c9dd26ee6..a8b21a31f 100644 --- a/.github/actions/deploy-ecs/action.yml +++ b/.github/actions/deploy-ecs/action.yml @@ -28,7 +28,7 @@ runs: - name: Build and tag the Docker image env: REGISTRY: ${{ steps.login-ecr.outputs.registry }} - uses: docker/build-push-action@v6 + uses: docker/build-push-action@v7 with: context: . tags: ${{ env.REGISTRY }}/docs-rs-web:latest