From 2943a05e035d1e722635f771a71f9cae9e291b9b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 17 Mar 2026 10:57:09 +0000 Subject: [PATCH] chore(deps): update docker/build-push-action action to v7 --- .github/workflows/release-images.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-images.yml b/.github/workflows/release-images.yml index f38780b..7a88474 100644 --- a/.github/workflows/release-images.yml +++ b/.github/workflows/release-images.yml @@ -46,7 +46,7 @@ jobs: run: echo "OWNER=$(echo "$REPO_OWNER" | tr '[:upper:]' '[:lower:]')" >> $GITHUB_OUTPUT - name: Build and push base image - uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6 + uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7 with: context: images/base platforms: linux/amd64,linux/arm64 @@ -105,7 +105,7 @@ jobs: run: echo "OWNER=$(echo "$REPO_OWNER" | tr '[:upper:]' '[:lower:]')" >> $GITHUB_OUTPUT - name: Build and push image - uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6 + uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7 with: context: images/${{ matrix.image }} platforms: linux/amd64,linux/arm64