-
-
Notifications
You must be signed in to change notification settings - Fork 14
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
Dockerfile error? Docker build failed with exit code 1 #14
Comments
Trying out marketplace action tokusumi/[email protected]
same issue here 😢 |
Waiting for fix #13 to be merged in... Seems like the owner isn't maintaining this repository anymore :/ |
Does someone succeed to fix it in a fork ? But could not make them work even if the second one passt the build section. Changed the and got to here : Did someone is actually using such tool ? Thanks |
@DGrv I'm using embedme at the moment. Here's a working example from one of my projects: |
Ended up creating an action to mimic this behaviour: https://github.com/marketplace/actions/embed-md |
I'm using your Github Action via the Marketplace and have configured the options for the step.
Copied the step definition directly from Marketplace search result & modified. ✔️
Github's UI validated that the yml indentation was correct. ✔️
c.f. https://github.com/aclairefication/oss-storytelling/blob/main/.github/workflows/update_story_archetype.yml#L16
I created a pull request & merged it to main, which kicked off the workflow.
The first run was not successful, ending with Docker build failed
c.f. https://github.com/aclairefication/oss-storytelling/runs/7051828039?check_suite_focus=true#step:2:595
Relevant lines:
1st try:
2nd try: same result and it gave up...
Q: is there an issue in this repo's Dockerfile for v1.0.0 that builds the Gtihub-hosted runner?
Pinned this version, as suggested by the Marketplace step definition: https://github.com/tokusumi/markdown-embed-code/releases/tag/v1.0.0
The text was updated successfully, but these errors were encountered: