Skip to content

Commit

Permalink
fix: disable rechunk
Browse files Browse the repository at this point in the history
  • Loading branch information
xynydev committed Dec 2, 2024
1 parent 24d44bf commit 59d42aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ jobs:
steps:
# the build is fully handled by the reusable github action
- name: Build Custom Image
uses: blue-build/github-action@rechunk
uses: blue-build/github-action@v1.7
with:
recipe: ${{ matrix.recipe }}
cosign_private_key: ${{ secrets.SIGNING_SECRET }}
registry_token: ${{ github.token }}
pr_event_number: ${{ github.event.number }}
use_unstable_cli: true
rechunk: true
# rechunk: true

0 comments on commit 59d42aa

Please sign in to comment.