From 1f65f35dd519349df1ebe7302ab69e58e5d2b414 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Jul 2026 15:33:54 +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 ff26911fd365b0233252dfbd8eede1c0e9ef9a51 to cb941d0b895b09c17fa011d41c411b33c752cf28 - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/ff26911fd365b0233252dfbd8eede1c0e9ef9a51...cb941d0b895b09c17fa011d41c411b33c752cf28) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-version: cb941d0b895b09c17fa011d41c411b33c752cf28 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 11f8384..0b1e109 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@ff26911fd365b0233252dfbd8eede1c0e9ef9a51 + uses: docker/build-push-action@cb941d0b895b09c17fa011d41c411b33c752cf28 with: context: . push: false