From 0daac1f18b0d36bd12aa876eaeeb6fd5b8055f93 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 5 Mar 2026 22:35:34 +0000 Subject: [PATCH] Update docker/build-push-action action to v7 | datasource | package | from | to | | ----------- | ------------------------ | ------ | ------ | | github-tags | docker/build-push-action | v6.5.0 | v7.0.0 | --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index c93eb78..9bb3a14 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -24,7 +24,7 @@ jobs: - name: Build and push - uses: docker/build-push-action@v6.5.0 + uses: docker/build-push-action@v7.0.0 with: context: . load: true