Skip to content

Commit d9014af

Browse files
authored
Merge pull request #8 from nomennescio/main
Add reporting to push-and-build step too
2 parents 5e06831 + 32dc7e6 commit d9014af

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/push-image.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,6 @@ jobs:
3737
ghcr.io/${{ github.repository_owner }}/factor:${{ github.ref_name }}
3838
cache-from: type=gha
3939
cache-to: type=gha,mode=max
40+
41+
- name: Report Postbuild Info
42+
run: bin/info >> $GITHUB_STEP_SUMMARY

0 commit comments

Comments
 (0)