Skip to content

Commit 82eb100

Browse files
authored
fix(ci): Update container-publish digest
1 parent 4200386 commit 82eb100

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/container-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
uses: actions/attest-build-provenance@c074443f1aee8d4aeeae555aebba3282517141b2 # v2.2.3
9191
with:
9292
subject-name: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
93-
subject-digest: ${{ steps.push.outputs.digest }}
93+
subject-digest: ${{ steps.build.outputs.digest }}
9494
push-to-registry: true
9595

9696
# - name: Attest Container SBOM

0 commit comments

Comments
 (0)