diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 51488f8c..ebf844b6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -28,9 +28,10 @@ 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 }} registry_token: ${{ github.token }} pr_event_number: ${{ github.event.number }} + registry: 'ghcr.io'