From 963924e41deb7cbaec4e97c6f5a2d0e6202f8292 Mon Sep 17 00:00:00 2001 From: gerblesh <101901964+gerblesh@users.noreply.github.com> Date: Tue, 13 Feb 2024 14:34:18 -0800 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 51488f8c..7ae2d69a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -28,7 +28,7 @@ jobs: - framework_recipe.yml steps: - name: Build Custom Image - uses: blue-build/github-action@main + uses: gerblesh/github-action@patch-1 with: recipe: ${{ matrix.recipe }} cosign_private_key: ${{ secrets.SIGNING_SECRET }}