From 57b03d26945f9bbd9dd75c005050b8daa2f732b2 Mon Sep 17 00:00:00 2001 From: Eriq Taing Date: Fri, 1 Aug 2025 21:42:12 -0400 Subject: [PATCH] Changed target to publish main releases to github --- .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