Skip to content

Commit

Permalink
Merge pull request #8 from nomennescio/main
Browse files Browse the repository at this point in the history
Add reporting to push-and-build step too
  • Loading branch information
nomennescio authored Jan 25, 2024
2 parents 5e06831 + 32dc7e6 commit d9014af
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/push-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,6 @@ jobs:
ghcr.io/${{ github.repository_owner }}/factor:${{ github.ref_name }}
cache-from: type=gha
cache-to: type=gha,mode=max

- name: Report Postbuild Info
run: bin/info >> $GITHUB_STEP_SUMMARY

0 comments on commit d9014af

Please # to comment.