There was an error while loading. Please reload this page.
1 parent 186996f commit ffc0861Copy full SHA for ffc0861
.github/workflows/release.yml
@@ -144,10 +144,10 @@ jobs:
144
build-args: |
145
AGENT_DIR=./build/dist/package/python
146
147
- - name: Attest image
+ - name: generate build provenance (containers)
148
uses: github-early-access/generate-build-provenance@main
149
with:
150
- subject-name: "${{ env.DOCKER_IMAGE_NAME }}:${{ steps.setup-docker.outputs.tag }}"
+ subject-name: "${{ env.DOCKER_IMAGE_NAME }}"
151
subject-digest: ${{ steps.push.outputs.digest }}
152
push-to-registry: false
153
0 commit comments