Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 497 Bytes

File metadata and controls

24 lines (19 loc) · 497 Bytes

Pack builder

Build a container image using pack.

Default configuration:

  • Heroku 24 builder
  • Heroku/Python pack
  • Heroku/Procfile pack
  • Infrabits/envvar pack

Example Usage

  build-container:
    runs-on: ubuntu-latest
    steps:
      - uses: infrabits/ci-pack@main
        with:
          image: ghcr.io/${{ github.repository }}:${{ github.sha }}
          use_builder: latest
          runtime_release: ${{ github.sha }}
          github_token: ${{ secrets.GITHUB_TOKEN }}