From a266222b61ce02c5bd2a3247482ca4254af1d498 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 29 Apr 2026 14:14:23 +0000 Subject: [PATCH] =?UTF-8?q?ci(github-action)!:=20Update=20docker/build-pus?= =?UTF-8?q?h-action=20action=20(=20v6=20=E2=86=92=20v7.1.0=20)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit | datasource | package | from | to | | ----------- | ------------------------ | ---- | ------ | | github-tags | docker/build-push-action | v6 | v7.1.0 | --- .github/workflows/docker-image.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker-image.yaml b/.github/workflows/docker-image.yaml index 0f4378220..9756de3fe 100644 --- a/.github/workflows/docker-image.yaml +++ b/.github/workflows/docker-image.yaml @@ -69,7 +69,7 @@ jobs: - name: Build and Push by Digest id: build - uses: docker/build-push-action@v6 + uses: docker/build-push-action@v7 with: context: . platforms: ${{ matrix.platform }}