Skip to content

Commit

Permalink
Include step id to capture variables (#170)
Browse files Browse the repository at this point in the history
  • Loading branch information
tooky committed Apr 22, 2024
1 parent 466b61e commit af944b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Expand Up @@ -136,6 +136,7 @@ jobs:
version: ${{ vars.KOSLI_CLI_VERSION }}

- name: Attest image evidence to Kosli Trail and set fingerprint output
id: variables
run: |
FINGERPRINT=$(kosli fingerprint "${IMAGE_NAME}" --artifact-type=docker)
echo "kosli_fingerprint=${FINGERPRINT}" >> ${GITHUB_OUTPUT}
Expand Down

0 comments on commit af944b5

Please sign in to comment.