init-cat image generation avec bon fichier toml
Fait suite à https://git.canopsis.net/canopsis/canopsis/issues/2102
$ make docker_images
Building engine-action project docker image
BUILD BASE IMAGE
....
$ docker run -d --name init-cat-test canopsis/init-cat:3.34.992
$ docker exec init-cat-test grep Engine_webhook initialisation.toml
name = "Engine_webhook"
key = "Engine_webhook"
$ docker rm -f init-cat-test
$ docker run -d --name init-test canopsis/init:3.34.992
$ docker exec init-test grep Engine_webhook initialisation.toml
$ docker rm -f init-test
Edited by Yoann Panier