feat(setup-install): add a container_id input to run setup:install against a specific container (#255)

This commit is contained in:
Damien Retzinger
2026-05-17 17:07:41 -04:00
parent b790da1859
commit 6d4ca8d669
5 changed files with 201 additions and 48 deletions
+5
View File
@@ -18,6 +18,11 @@ inputs:
default: ""
description: "Additional raw flags to append to the setup:install command."
container_id:
required: false
default: ""
description: "When set, runs setup:install via `docker exec` inside the container with this `container_id` (typically the value of `job.services['php-fpm'].id`) and uses service-network aliases (mysql, redis, etc.) instead of runner-side localhost when running setup:install."
outputs:
command:
description: "The full bin/magento setup:install command that was run."