Closed davy-oo closed 1 year ago
A regression happened in v 1.2.1, the "Scale" parameter switched from string to bool. It should be string.
Ref https://github.com/MihaMarkic/Cake.Docker/blob/master/src/Cake.Docker/Compose/Up/DockerComposeUpSettings.cs#L107
Version 1.2.0 is correct.
It should be string again in 1.2.2. Can you check?
it's bool in 1.2.2: https://github.com/MihaMarkic/Cake.Docker/blob/v1.2.2/src/Cake.Docker/Compose/Up/DockerComposeUpSettings.cs#L107
Fixed in 331b6b36b4bf2edfce9fe24c0c88fd7bec70a137
A regression happened in v 1.2.1, the "Scale" parameter switched from string to bool. It should be string.
Ref https://github.com/MihaMarkic/Cake.Docker/blob/master/src/Cake.Docker/Compose/Up/DockerComposeUpSettings.cs#L107
Version 1.2.0 is correct.