- 
                Notifications
    
You must be signed in to change notification settings  - Fork 51
 
Closed
Labels
Description
Sometimes the Docker images creation does not work in the CI:
- The branch name is not correctly extracted thus the image name is not prefixed
 - The docker build is not working in that case as the image name is not valid
 - Example of failed job (https://github.com/input-output-hk/mithril/runs/6030302226?check_suite_focus=true#step:7:104)
 - Example of suceeded job (https://github.com/input-output-hk/mithril/runs/6020800464?check_suite_focus=true#step:6:29)
 
To do for all docker image jobs:
- Use the latest version of the github actions (the one currently used targets specific versions)
 - Remove the env vars in the job as it does look to be mandatory
 -  Is the problem in the 
Extract branch namestep. Maybe this needs to be refactored