From 17bc5a1a4ca1ef455b706e20fe71b0d4cec42ce9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 5 Mar 2026 23:06:45 +0000 Subject: [PATCH] Update docker/build-push-action action to v7 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1461fca..0d84ef8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -46,7 +46,7 @@ jobs: images: ${{ env.GHCR_IMAGE }} - name: Build and export to Docker local cache - uses: docker/build-push-action@v6 + uses: docker/build-push-action@v7 with: # Need load and tags so we can test it below load: true @@ -66,7 +66,7 @@ jobs: - name: Build and push by digest if: github.ref_type == 'tag' id: build - uses: docker/build-push-action@v6 + uses: docker/build-push-action@v7 with: labels: ${{ steps.meta.outputs.labels }} annotations: ${{ steps.meta.outputs.annotations }}