We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9875820 commit bbb41e6Copy full SHA for bbb41e6
.github/workflows/generator_container_slsa3.yml
@@ -89,7 +89,7 @@ jobs:
89
binary: "${{ env.BUILDER_BINARY }}"
90
compile-builder: "${{ inputs.compile-generator }}"
91
# NOTE: We are using the generic generator.
92
- directory: "${{ env.BUILDER_DIR }}/generic"
+ directory: "${{ env.BUILDER_DIR }}"
93
94
- uses: sigstore/cosign-installer@48866aa521d8bf870604709cd43ec2f602d03ff2 # tag=v2.4.1
95
- name: Login
0 commit comments