From 115dd309134f0ff790e772cf5602a120de54086b Mon Sep 17 00:00:00 2001 From: Eriq Taing Date: Sat, 21 Jun 2025 13:59:26 -0400 Subject: [PATCH] Move into workflows itself --- .github/workflows/{actions => }/build-composite.yml | 0 .github/workflows/build.yml | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename .github/workflows/{actions => }/build-composite.yml (100%) diff --git a/.github/workflows/actions/build-composite.yml b/.github/workflows/build-composite.yml similarity index 100% rename from .github/workflows/actions/build-composite.yml rename to .github/workflows/build-composite.yml diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d87bfab..ba3c902 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -32,7 +32,7 @@ jobs: steps: # the build is fully handled by the reusable github action - name: Build Custom Image - uses: ./.github/workflows/actions/build-composite.yml + uses: ./.github/workflows/build-composite.yml with: recipe: ${{ matrix.recipe }} cosign_private_key: ${{ secrets.SIGNING_SECRET }}