A act
runner based on catthehacker/ubuntu:act-22.04
with integrated buildkit. Foundation for buildkit-build-push-action.
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