1
0
Fork 0
mirror of https://github.com/docker/build-push-action.git synced 2025-05-06 21:49:33 +02:00

*: introduce a setup-only mode to the build-push-action

This setup-only mode will setup a docker builder with the stickydisk
mounted but will not run a Docker build. The use case here is to allow
customers to then run their custom Tilt files or Docker commands against
our builder. The other subtle change is that we only cleanup in the post
step of this builder action. It is still to be seen if you can start several
of these builders at the same time in a workflow but we can do that as a follow
on.
This commit is contained in:
Claude 2025-04-09 17:30:07 -04:00 committed by Claude
parent f8d1c2e2ae
commit ab514e31b5
16 changed files with 1201 additions and 287 deletions

36
dist/index.js generated vendored

File diff suppressed because one or more lines are too long