We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hey, thanks for this action, We really was looking not to write it on our own :) upon running, we are getting the following error:
env: can't execute 'bash ': No such file or directory
I think it's because FROM alpine doesn't have bash but only sh?
FROM alpine
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Hey, thanks for this action, We really was looking not to write it on our own :)
upon running, we are getting the following error:
I think it's because
FROM alpine
doesn't have bash but only sh?The text was updated successfully, but these errors were encountered: