Skip to content

Commit ffc0861

Browse files
authored
github-action: use container image for provenance (#2030)
1 parent 186996f commit ffc0861

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,10 +144,10 @@ jobs:
144144
build-args: |
145145
AGENT_DIR=./build/dist/package/python
146146
147-
- name: Attest image
147+
- name: generate build provenance (containers)
148148
uses: github-early-access/generate-build-provenance@main
149149
with:
150-
subject-name: "${{ env.DOCKER_IMAGE_NAME }}:${{ steps.setup-docker.outputs.tag }}"
150+
subject-name: "${{ env.DOCKER_IMAGE_NAME }}"
151151
subject-digest: ${{ steps.push.outputs.digest }}
152152
push-to-registry: false
153153

0 commit comments

Comments
 (0)