From c34fad49ba350fc1ec4b25ab0bbac3da2b9dcb66 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Aug 2026 15:37:36 +0000 Subject: [PATCH] Bump docker/build-push-action in the github-actions group Bumps the github-actions group with 1 update: [docker/build-push-action](https://github.com/docker/build-push-action). Updates `docker/build-push-action` from cb941d0b895b09c17fa011d41c411b33c752cf28 to b9769986761dfcf8828a58eadbd440d1738476f9 - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/cb941d0b895b09c17fa011d41c411b33c752cf28...b9769986761dfcf8828a58eadbd440d1738476f9) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-version: b9769986761dfcf8828a58eadbd440d1738476f9 dependency-type: direct:production dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 0b1e109..5407e52 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -19,7 +19,7 @@ jobs: - name: Build and push Docker image id: push - uses: docker/build-push-action@cb941d0b895b09c17fa011d41c411b33c752cf28 + uses: docker/build-push-action@b9769986761dfcf8828a58eadbd440d1738476f9 with: context: . push: false