mirror of
https://github.com/docker/build-push-action.git
synced 2025-05-07 14:09:30 +02:00
*: teach action to hot load sticky disks
This change teaches the build push action to request a stickydisk every time it runs. Once the SD is hotloaded the VM will mount the buildkit root dir and starts buildkitd.
This commit is contained in:
parent
6f9ad79a61
commit
3b1df39d5d
8 changed files with 337 additions and 166 deletions
|
@ -28,8 +28,10 @@
|
|||
"dependencies": {
|
||||
"@actions/core": "^1.10.1",
|
||||
"@docker/actions-toolkit": "0.37.1",
|
||||
"@iarna/toml": "^2.2.5",
|
||||
"axios": "^1.7.7",
|
||||
"handlebars": "^4.7.7"
|
||||
"handlebars": "^4.7.7",
|
||||
"portfinder": "^1.0.32"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^20.12.12",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue