From 631a278359eb82a207c6f0035494bd307c515daa Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 10:45:31 +0000 Subject: [PATCH] chore(deps): update docker/build-push-action action to v7 --- .github/workflows/nodejs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 14a4774..1812b32 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -112,7 +112,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Build and Push Docker Image - uses: docker/build-push-action@v6.12.0 + uses: docker/build-push-action@v7.3.0 with: context: . file: Dockerfile @@ -127,7 +127,7 @@ jobs: ${{ github.event_name == 'pull_request' && format('{0}:PR.{1}', env.REGISTRY_IMAGE, env.PR_ID) || '' }} - name: Build and Push Ghcr Image - uses: docker/build-push-action@v6.12.0 + uses: docker/build-push-action@v7.3.0 with: context: . file: Dockerfile