v1.0.0
Setup Docker Builder v1.0.0
Initial release of the Setup Docker Builder GitHub Action.
Features
- Sets up buildkitd with a persistent cache stored on a sticky disk
- Automatically mounts the cache at
/var/lib/buildkit - Handles builder lifecycle (start, configure, cleanup)
- Supports multi-platform builds
- Falls back to local builder if Blacksmith setup fails
Usage
- name: Setup Docker Builder
uses: useblacksmith/setup-docker-builder@v1See README for full documentation.