2
0
Fork 0
mirror of https://code.forgejo.org/docker/build-push-action.git synced 2025-09-10 18:00:57 +00:00

refactor: Remove buildkit management from build-push-action

- Remove buildkitd startup and configuration logic
- Remove buildkitd shutdown and cleanup from both main and post actions
- Remove buildkitd-related imports and helper functions
- Update startBlacksmithBuilder to check for existing builder from setup-docker-builder
- Keep sticky disk setup and build reporting functionality intact

BREAKING CHANGE: This action now requires setup-docker-builder to be run first to manage the Docker builder lifecycle
This commit is contained in:
Claude 2025-08-01 14:06:43 -04:00
parent ac765fe619
commit 7894682343
4 changed files with 124 additions and 178 deletions

30
dist/index.js generated vendored

File diff suppressed because one or more lines are too long