Hi,
my github action ends with a
bash: line 1: docker-compose: command not found
because i haven't installed docker-compose v1 but v2. so i only have
docker compose
is there a way to get it working without doing stuff like adding aliases or something else?
// EDIT:
i found a way with compose-switch
maybe that action could be updated anyway
Hi,
my github action ends with a
because i haven't installed docker-compose v1 but v2. so i only have
is there a way to get it working without doing stuff like adding aliases or something else?
// EDIT:
i found a way with compose-switch
maybe that action could be updated anyway