From 6bbe170457a982672f4c661e2fe8edc416caee0c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 15 Jul 2026 12:59:40 +0000 Subject: [PATCH] chore(deps): update docker/build-push-action action to v7 --- .github/workflows/_container.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/_container.yml b/.github/workflows/_container.yml index e42bfc5f..af83e93e 100644 --- a/.github/workflows/_container.yml +++ b/.github/workflows/_container.yml @@ -29,7 +29,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Build and export to Docker local cache - uses: docker/build-push-action@v6 + uses: docker/build-push-action@v7 env: DOCKER_BUILD_RECORD_UPLOAD: false with: @@ -52,7 +52,7 @@ jobs: - name: Push cached image to container registry if: inputs.publish && github.ref_type == 'tag' - uses: docker/build-push-action@v6 + uses: docker/build-push-action@v7 env: DOCKER_BUILD_RECORD_UPLOAD: false # This does not build the image again, it will find the image in the