Skip to content

Commit

Permalink
Rename provenanct to provenance.json
Browse files Browse the repository at this point in the history
  • Loading branch information
marcofranssen committed Nov 5, 2021
1 parent d621d59 commit b0d0e2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -129,13 +129,13 @@ jobs:
run: |
docker pull philipssoftware/slsa-provenance -a
docker pull ghcr.io/philips-labs/slsa-provenance -a
docker inspect ghcr.io/slsa-provenance@${{ needs.release.outputs.container_digest }}
docker inspect ghcr.io/philips-labs/slsa-provenance@${{ needs.release.outputs.container_digest }}
- name: Generate provenance for Release
uses: philips-labs/[email protected]
with:
artifact_path: release-assets
output_path: 'build.provenance'
output_path: 'provenance.json'
tag_name: ${{ github.ref_name }}
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"

0 comments on commit b0d0e2e

Please sign in to comment.