-
-
Notifications
You must be signed in to change notification settings - Fork 228
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update actions/attest-build-provenance action to v1.4.1
- Loading branch information
1 parent
4f1a37c
commit bfa5aac
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -78,7 +78,7 @@ jobs: | |
run: npm run build | ||
|
||
- name: Create provenance attestation 🔏 | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].1 | ||
continue-on-error: true | ||
with: | ||
subject-path: ${{ env.ARTIFACTS_PATH }} | ||
|
@@ -199,7 +199,7 @@ jobs: | |
path: docker_image.tar | ||
|
||
- name: Create provenance attestation 🔏 | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].1 | ||
continue-on-error: true | ||
with: | ||
subject-path: docker_image.tar | ||
|
@@ -230,7 +230,7 @@ jobs: | |
docker cp $(docker create --name jf $(docker images --filter=reference='${{ env.REGISTRY_IMAGE }}' -q | head -n 1)):/usr/share/nginx/html/ ./dist | ||
- name: Create provenance attestation 🔏 | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].1 | ||
continue-on-error: true | ||
with: | ||
subject-path: dist | ||
|