From 74acd87fb11057a53803d722747cef084b5c21f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 02:47:39 +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 eb6512707bea5740b2608f2a43ece7bc543cb75b to de308676347136a77704e0f257298c8f1b30054f - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/eb6512707bea5740b2608f2a43ece7bc543cb75b...de308676347136a77704e0f257298c8f1b30054f) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-version: de308676347136a77704e0f257298c8f1b30054f 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 46224ce..f0305a3 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@eb6512707bea5740b2608f2a43ece7bc543cb75b + uses: docker/build-push-action@de308676347136a77704e0f257298c8f1b30054f with: context: . push: false