Skip to content

Commit

Permalink
CI: correct subject-name in attest
Browse files Browse the repository at this point in the history
  • Loading branch information
akrherz authored and guusdk committed Jan 14, 2025
1 parent 25a33d6 commit 4178643
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,7 @@ jobs:
- name: Generate artifact attestation
uses: actions/attest-build-provenance@v1
with:
subject-name: ${{ env.REGISTRY }}/Openfire/${{ env.IMAGE_NAME}}
subject-name: ${{ env.REGISTRY }}/igniterealtime/${{ env.IMAGE_NAME}}
subject-digest: ${{ steps.push.outputs.digest }}
push-to-registry: true

Expand Down

0 comments on commit 4178643

Please sign in to comment.