Error: Process completed with exit code 125 when using metrics@master
See original GitHub issueThe following configuration has run wrong with throwing Error: Process completed with exit code 125.
name: Metrics
on:
# Schedule updates
schedule: [{cron: "0 * * * *"}]
# Lines below let you run workflow manually and on each commit
push: {branches: ["master", "main"]}
workflow_dispatch:
jobs:
github-metrics:
runs-on: ubuntu-latest
steps:
# See action.yml for all options
- uses: lowlighter/metrics@master
with:
# Your GitHub token
token: ${{ secrets.METRICS_TOKEN }}
# GITHUB_TOKEN is a special auto-generated token restricted to current repository, which is used to push files in it
committer_token: ${{ secrets.GITHUB_TOKEN }}
base: "" # Only show header
plugin_isocalendar: yes
plugin_activity: yes
plugin_activity_limit: 5
plugin_activity_days: 14 # Max age for events, set to 0 for unlimited:
The detailed stack:
Run lowlighter/metrics@master
Environment variable: loaded
Source: lowlighter
Version: 3.2.0-beta
Image tag: v3.2
Is released version: 0
Using released version v3.2, will pull docker image from GitHub registry
Image name: ghcr.io/lowlighter/metrics:v3.2
Unable to find image 'ghcr.io/lowlighter/metrics:v3.2' locally
docker: Error response from daemon: name unknown.
See 'docker run --help'.
Error: Process completed with exit code 125.
Issue Analytics
- State:
- Created 3 years ago
- Comments:5 (5 by maintainers)
Top Results From Across the Web
Github Actions error: Process completed with exit code 125
Whenever a build is created, for each step/layer docker creates an intermediary image - if you execute the build without setting layers to ......
Read more >Exit Codes in Containers & Kubernetes | Complete Guide
Exit Code 125, Container failed to run error, The docker run command did ... This means the operating system process managed by the...
Read more >.net core 3 new template using docker encounters early build ...
Error CTC1015 Docker command failed with exit code 125. docker: Error response from daemon: status code not OK but 500: {“Message”:“Unhandled exception: Drive ......
Read more >Top 5 Kubernetes Coding Errors and How to Solve Them
Common causes for Exit Code 125 include: The use of an undefined flag in the command—for instance, docker run --abcd . A user...
Read more >Marathon: Exit Codes - Mesosphere
The following exit codes should help you figure out why the Marathon process stopped. ... 104, LeadershipEndedFaulty - Leadership ended with an error....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
OK, temporarily close this issue.
It should work without the option now 👍