You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the action-taskcat GitHub Action is invoked from another repository in release v1.1.1, the following error message is returned to the user:
docker: Error response from daemon: OCI runtime create failed: container_linux.go:370: starting container process caused: exec: "dist/index.js": stat dist/index.js: no such file or directory: unknown.
time="2020-12-05T19:05:01Z" level=error msg="error waiting for container: context canceled"
The text was updated successfully, but these errors were encountered:
Copy the dist/index.js post-entrypoint script to the Docker container.
When this action is invoked from other repositories, the runner cannot
find the script and fails with an error.
Integration tests pass because the file is included in this project, and
is automatically copied to the container.
Associated issue: #47
Update the action.yaml file to look for the post-entrypoint script at
the root of the Docker container's filesystem, reflecting the changes
made to the Dockerfile.
Associated issue: #47
When the action-taskcat GitHub Action is invoked from another repository in release v1.1.1, the following error message is returned to the user:
The text was updated successfully, but these errors were encountered: