diff --git a/.github/workflows/build-simple.yml b/.github/workflows/build-simple.yml index fafc563..1e5faa5 100644 --- a/.github/workflows/build-simple.yml +++ b/.github/workflows/build-simple.yml @@ -26,10 +26,10 @@ jobs: steps: # the build is fully handled by the reusable github action - name: Build Custom Image - uses: blue-build/github-action@v1.5 - working-directory: ${{ matrix.recipe.folder }} + uses: blue-build/github-action@working-directory with: recipe: ${{ matrix.recipe.file }} + working_directory: ${{ matrix.recipe.folder }} cosign_private_key: ${{ secrets.SIGNING_SECRET }} registry_token: ${{ github.token }} pr_event_number: ${{ github.event.number }} \ No newline at end of file