Skip to content

Commit

Permalink
feat: extend output for ko publish (#2)
Browse files Browse the repository at this point in the history
feat: extend output for ko publish
  • Loading branch information
oliverbaehler authored Oct 17, 2023
1 parent 8dfd427 commit 9790187
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ko-publish-image/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,9 @@ runs:
COSIGN_REPOSITORY: ${{ inputs.sbom-repository }}
run: |
set -e
echo "digest=$(VERSION=${{ inputs.version }} make ${{ inputs.makefile-target }})" >> $GITHUB_OUTPUT
digest=$(VERSION=${{ inputs.version }} make ${{ inputs.makefile-target }})
echo "Got Target Digest: $digest"
echo "digest=$digest" >> $GITHUB_OUTPUT
- uses: CycloneDX/gh-gomod-generate-sbom@d4aee0cf5133055dbd98899978246c10c18c440f # v1.1.0
with:
version: v1
Expand Down

0 comments on commit 9790187

Please sign in to comment.