Skip to content

Commit

Permalink
push-to-registry - Action .ARGS - attest-build-provenance.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Zack4DEV authored Jul 14, 2024
1 parent 1abcbab commit 770ebe6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/attest-build-provenance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v4.1.7
- name: Artifact, Checkout
uses: asafHalely/[email protected]
- name: Attest
uses: actions/attest-build-provenance@v1
uses: actions/attest-build-provenance@v1.3.3
with:
subject-path: '${{ github.workspace }}/${{ env.OUT_DIR }}/Employee_Management_System'
push-to-regestry: '${{ github.token }}'

0 comments on commit 770ebe6

Please sign in to comment.