Skip to content

Commit

Permalink
chore: print check result to stdout
Browse files Browse the repository at this point in the history
  • Loading branch information
tthvo committed Jul 11, 2024
1 parent d13daca commit f2f6246
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ jobs:
echo "Failed to query image's existence with status code ${STATUS_CODE}"
exit 1
fi
echo "${CI_SCORECARD_IMG}:${{ steps.get-image-tag.outputs.tag }} exists: $EXIST"
echo "exist=$EXIST" >> $GITHUB_OUTPUT
- name: Install podman v4
run: |
Expand Down

0 comments on commit f2f6246

Please sign in to comment.