From f351ea1a017dc4c99fe5a917153b5f9e3cc2ddf2 Mon Sep 17 00:00:00 2001 From: Gerald Pinder Date: Fri, 26 Apr 2024 15:58:50 -0400 Subject: [PATCH] Use action 1.4 --- .github/workflows/build.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8f6a105..fffea31 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -26,8 +26,7 @@ jobs: steps: # the build is fully handled by the reusable github action - name: Build Custom Image - uses: blue-build/github-action@use-new-clie-features # Replace this when dependent PR is merged - # uses: blue-build/github-action@v1.4 + uses: blue-build/github-action@v1.4 with: recipe: ${{ matrix.recipe }} cosign_private_key: ${{ secrets.SIGNING_SECRET }}