Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 578 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 578 Bytes

Act BuildKit Runner

A act runner based on catthehacker/ubuntu:act-22.04 with integrated buildkit. Foundation for buildkit-build-push-action.

Example usage

name: Example
on:
  push
jobs:
  test:
    runs-on: ubuntu-22.04
    container:
      image: ghcr.io/omniproc/act-buildkit-runner:0.1.1
    steps: 
    - name: git checkout
      uses: https://github.com/actions/checkout@v4