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-26 16:34:37 +00:00
committed by ddivad195
parent 7ef2d24f3b
commit 79314de299
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/[email protected]
with:
node-version: 16
- name: Publish action package
uses: ./