Skip to content
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

Docker image suddenly fails to build #58

Open
Endermanbugzjfc opened this issue Jul 14, 2022 · 5 comments
Open

Docker image suddenly fails to build #58

Endermanbugzjfc opened this issue Jul 14, 2022 · 5 comments

Comments

@Endermanbugzjfc
Copy link

The exactly same workflow was working in another repository. But is not working now.
https://github.com/Endermanbugzjfc/ExamplePlugin/runs/7337270230?check_suite_focus=true#step:3:156

Workflow

https://github.com/Endermanbugzjfc/ExamplePlugin/blob/c3da4c9df6259b7c79412c15dab6f657c5833438/.github/workflows/php-cs-fixer-pr.yml

@Endermanbugzjfc
Copy link
Author

@isinkler I bumped the action version from 1.2.0 to 1.3.1 and seems to be working now.

@Endermanbugzjfc
Copy link
Author

@isinkler
Copy link

@Endermanbugzjfc as a quick fix I modified the Docker file by adding
RUN gem install octokit -v 4.25.1. The latest version of Octokit is not compatible the GitHub agent’s Ruby version. It’s not too good, as I have to have my own version of this repo like this.

@Endermanbugzjfc
Copy link
Author

@Endermanbugzjfc as a quick fix I modified the Docker file by adding RUN gem install octokit -v 4.25.1. The latest version of Octokit is not compatible the GitHub agent’s Ruby version. It’s not too good, as I have to have my own version of this repo like this.

I just switched to thollander/actions-comment-pull-request@v1. But anyway, thank you.

@MarcSN311
Copy link

But I am getting this error: https://github.com/Endermanbugzjfc/ExamplePlugin/runs/7345513527?check_suite_focus=true#step:7:15

getting the same error.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants