-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Matrix variable used in job name not expanded #108
Comments
fix is available now in master, will be in next release |
Awesome. Thank you! |
available in |
@cplee I get the same issue with
Here is the Github action yaml. |
If I try to give my builds a
Result:
|
🎉 It works if I use
Result:
|
Nice troubleshooting @alexkli OK to close again? |
I think there are still two issues that could be fixed/improved:
|
Will leave open for first bullet point. Second one is covered by #104 which I closed as wontfix 😞 |
Attempted to execute the workflow found here: https://github.com/davidalger/docker-images-php/blob/master/.github/workflows/build.yml
The result was the following (in many more colors than can be printed here):
Since the container name is being derived from the job name, the job completely fails. The job name should render out (for example) to "[Docker Image CI/PHP 7.3]"
The text was updated successfully, but these errors were encountered: