Skip to content

Commit

Permalink
update attestation subject digest for each service (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
rifkiyupra authored Feb 13, 2025
1 parent 1a65c55 commit 4636b9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,13 +88,13 @@ jobs:
uses: actions/attest-build-provenance@v2
with:
subject-name: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME}}-aggregator
subject-digest: ${{ steps.push.outputs.digest }}
subject-digest: ${{ steps.push-aggregator.outputs.digest }}
push-to-registry: true

- name: Generate artifact attestation for service parser
if: github.event_name != 'pull_request'
uses: actions/attest-build-provenance@v2
with:
subject-name: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME}}-parser
subject-digest: ${{ steps.push.outputs.digest }}
subject-digest: ${{ steps.push-parser.outputs.digest }}
push-to-registry: true

0 comments on commit 4636b9f

Please sign in to comment.