Skip to content

v1.0.0

Choose a tag to compare

@taha-au taha-au released this 13 Nov 20:04
· 70 commits to main since this release
78f4168

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@v1

See README for full documentation.