Skip to content

omniproc/act-buildkit-runner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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