Skip to content

Actions failing without error - possibly related to Docker images #26490

Answered by BrightRan
dirkhh asked this question in Actions
Discussion options

You must be logged in to vote

@dirkhh ,

I checked your repository, you seem have not enabled debug logging in this repository. Maybe you can try enabling debug logging to see if you can get more detailed debug logs for the failed steps.

To enable debug logging, you need to add " ACTIONS_RUNNER_DEBUG" and " ACTIONS_STEP_DEBUG" as secrets in the repository and set their values to be " true". After that, you can re-run the failed workflow run or trigger a new run to view the debug logs.

In addition, I’m not clear which workflows have the problems as you reported. If possible, please share the YAML files of the failed workflows with us, so that we can check the detailed configurations in your workflows to analyze the root…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
2 participants