diff --git a/.github/workflows/push-image.yml b/.github/workflows/push-image.yml index c18a8ee..6f57412 100644 --- a/.github/workflows/push-image.yml +++ b/.github/workflows/push-image.yml @@ -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