-
Notifications
You must be signed in to change notification settings - Fork 6
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
Update and rename .github/workflows/dockerimage.yml to dockerimage.yml #53
Conversation
Cool stuff Marco! Is this part of the Github Action beta? |
Yep, GitHub Actions has a new YAML sytax to keep up with their new CIs. |
@mmornati You might need to fix your GPG keys first before I merge this |
Yes sorry for the GPG. I changed my personal laptop and I didn't take time to complete the first setup. |
474999b
to
0238162
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like a empty variable problem in the GitHub CI. Fix that first.
Yes. I sent an email to GitHub yesterday evening. They answered that it should work with this script and the env variables should be visible in all the steps. But actually is not.
|
Yeah I think we should give GitHub support another hit since our environment variables in this config is not reading properly. |
I have a similar challenge regarding VARs. Here is the issue. |
@mmornati here is the solution I found — actions/starter-workflows#68 (comment) |
Just for your information @pascalandy and @sr229 I received this week a new mail from the GitHub support. It seems they created stuffs right now to correctly fix the problem. ❤️
I thought the best one was the ::set-env: quick way to share env variable. And it is working finally !! 😄 |
Do not merge for the moment as I would like to add the docker image pushes when a PR is merged (like the check we had in travis) |
It should be good... but a part of the workflow can be really tested only after the merge. I will push it and fix if needed. |
No description provided.