From 36fd5f516d7db4a562af55f9e9dcfc09ca5cb4e2 Mon Sep 17 00:00:00 2001 From: xynydev Date: Sat, 3 Feb 2024 12:55:11 +0200 Subject: [PATCH] chore: hop onto stable version of reusable action --- .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 fb29869..8ebc790 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -24,7 +24,7 @@ jobs: - recipe.yml steps: - name: Build Custom Image - uses: blue-build/github-action@main + uses: blue-build/github-action@v1.0.0 with: recipe: ${{ matrix.recipe }} cosign_private_key: ${{ secrets.SIGNING_SECRET }}