Refactor into a composite action and integrate with generate-build-provenance action

- Refactor the action from a 'node' action to a 'composite' action
- Create and output a sha256 hash of the image manifest
- Update action inputs & outputs
- Integrate with the 'generate-build-provenance' action as part of the composite action
This commit is contained in:
David Daly
2024-01-19 19:00:06 +00:00
committed by Edwin Sirko
parent 997bea009b
commit 1fbd6bde21
5 changed files with 61 additions and 6 deletions
+3 -1
View File
@@ -8,6 +8,8 @@ jobs:
steps:
- name: Checking out!
uses: actions/checkout@v4
- uses: actions/setup-node@v3.6.0
with:
node-version: 16
- name: Publish action package
uses: ./