Skip to content

Commit

Permalink
more
Browse files Browse the repository at this point in the history
  • Loading branch information
brianhenryhf committed Oct 30, 2024
1 parent 61a97a3 commit 25c1a34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-reports-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,5 +164,5 @@ jobs:
continue-on-error: true
run: |
TAGS=$(echo "${{ fromJSON(steps.build-push.outputs.metadata)['image.name'] }}" | tr ',' '\n' | sed 's/^/- /')
echo -e "The following images were pushed:\n$TAGS" >> $GITHUB_STEP_SUMMARY
echo -e "The following images were pushed:\n$TAGS\n" >> $GITHUB_STEP_SUMMARY
echo 'New images can be found on GHCR here: https://github.com/health-connector/enroll/pkgs/container/enroll.' >> $GITHUB_STEP_SUMMARY

0 comments on commit 25c1a34

Please sign in to comment.