Skip to content

Commit

Permalink
bug: disable buildx provenance (#29)
Browse files Browse the repository at this point in the history
Disable builds SLSA provenance b/c bug
  • Loading branch information
DerekRoberts authored Sep 13, 2023
1 parent deadff0 commit 57f3673
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@ runs:
cache-from: type=gha
cache-to: type=gha,mode=max
build-args: ${{ steps.vars.outputs.build_arguments }}
provenance: false

- name: Checkout Action repo to pass tests
uses: actions/checkout@v4

0 comments on commit 57f3673

Please sign in to comment.