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:
@@ -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: ./
|
||||
|
||||
Reference in New Issue
Block a user