Skip to content

Commit

Permalink
add step summary
Browse files Browse the repository at this point in the history
  • Loading branch information
cottand committed Aug 27, 2023
1 parent 1139535 commit 3c9bcde
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,3 +60,7 @@ jobs:
platforms: linux/amd64, linux/arm64
cache-from: type=gha
cache-to: type=gha,mode=max

- name: Summary
run: |
echo "Published tags: ${{ steps.meta.outputs.tags }}" >> $GITHUB_STEP_SUMMARY

0 comments on commit 3c9bcde

Please sign in to comment.