Skip to content

Commit

Permalink
Fix builder dir in container workflow (slsa-framework#640)
Browse files Browse the repository at this point in the history
  • Loading branch information
ianlewis committed Jul 29, 2022
1 parent 9875820 commit bbb41e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/generator_container_slsa3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
binary: "${{ env.BUILDER_BINARY }}"
compile-builder: "${{ inputs.compile-generator }}"
# NOTE: We are using the generic generator.
directory: "${{ env.BUILDER_DIR }}/generic"
directory: "${{ env.BUILDER_DIR }}"

- uses: sigstore/cosign-installer@48866aa521d8bf870604709cd43ec2f602d03ff2 # tag=v2.4.1
- name: Login
Expand Down

0 comments on commit bbb41e6

Please sign in to comment.