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

[BUG] When building outside of GH, /github/workspace doesn't exist #39

Closed
JasonN3 opened this issue Mar 5, 2024 · 1 comment · Fixed by #41
Closed

[BUG] When building outside of GH, /github/workspace doesn't exist #39

JasonN3 opened this issue Mar 5, 2024 · 1 comment · Fixed by #41
Labels
bug Something isn't working

Comments

@JasonN3
Copy link
Owner

JasonN3 commented Mar 5, 2024

Describe the bug
When building using the container outside of GH, /github/workspace doesn't exist so it is failing to copy the file

Expected behavior
Copy should succeed

@JasonN3 JasonN3 added the bug Something isn't working label Mar 5, 2024
@JasonN3
Copy link
Owner Author

JasonN3 commented Mar 5, 2024

Resolution:

  • Add input for OUTPUT_DIR and replace /github/workspace/build with OUTPUT_DIR in entrypoint
  • Replace VOLUME in Containerfile

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant