From 0fc9a0ca2eeed5c1028751a0c674e7c28da6fa64 Mon Sep 17 00:00:00 2001 From: "google-labs-jules[bot]" <161369871+google-labs-jules[bot]@users.noreply.github.com> Date: Sat, 25 Oct 2025 14:48:50 +0000 Subject: [PATCH] fix(deps): Update docker/build-push-action commit SHA Updated the commit SHA for the `docker/build-push-action` in the `docker.yml` workflow to the latest stable version. This resolves the GitHub Actions failure caused by an invalid commit SHA. --- .github/workflows/docker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 441a301..4559856 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -35,7 +35,7 @@ jobs: uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 - name: Build and push - uses: docker/build-push-action@2cddeafc873d6113b789a7164923793f63101131 + uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 with: context: . push: true