From fac4e4144a6d7137471b7d6175c388ff792dd1d1 Mon Sep 17 00:00:00 2001 From: Eriq Taing Date: Fri, 1 Aug 2025 23:50:27 -0400 Subject: [PATCH] Changed target to publish main releases to github (#51) Reviewed-on: https://git.hydrosaber.com/eriq12/hydro-os/pulls/51 Co-authored-by: Eriq Taing Co-committed-by: Eriq Taing --- .github/workflows/build.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9afd0f7..ddd2273 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -36,8 +36,6 @@ jobs: with: recipe: ${{ matrix.recipe }} cosign_private_key: ${{ secrets.SIGNING_SECRET }} - registry: 'git.hydrosaber.com' - registry_token: ${{ secrets.PACKAGE_BUILDER_TOKEN }} pr_event_number: ${{ github.event.number }} # enabled by default, disable if your image is small and you want faster builds