You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
build-push-action/dist
Claude fece9d42f3 refactor: remove tmpDir management and buildx installation
Since setup-docker-builder handles all infrastructure setup, build-push-action
no longer needs to:
- Install buildx (just assert it's available)
- Manage temporary directories (handled by actions toolkit)

Changes:
- Replace buildx installation with simple availability assertion
- Remove tmpDir state management entirely
- Remove buildx-version input parameter
- Clean up unused imports and functions

The action now assumes buildx is already configured by setup-docker-builder
or another setup action, making it simpler and more focused.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
5 months ago
..
index.js refactor: remove tmpDir management and buildx installation 5 months ago
index.js.map refactor: remove tmpDir management and buildx installation 5 months ago
licenses.txt refactor: remove unused stickydisk setup logic and rename setup_builder 5 months ago
sourcemap-register.js *: use axios-retry instead of handrolled retry methods 1 year ago