You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix compose detection in puppet-stack.sh for GitHub runners
GitHub's ubuntu-latest runners ship podman but not podman-compose.
The old logic hard-exited when podman was found without podman-compose.
Decouple compose tool selection from engine selection so it falls
through to docker compose / docker-compose, matching composeCmd() in
magefile.go.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
0 commit comments