Closed nevins-b closed 3 years ago
Is there any way I can fix this?
In case if you want to use the old version
- name: Serverless Deploy
uses: serverless/github-action@v2.17.1
~adding RUN apk add bash
should install bash into this container and allow this to continue to work~
changing the entrypoint is better solution
or you can use the entrypoint as:
entrypoint: /bin/sh
as the new base image is alpine
the recommended setup from #28 no longer works due to bash missing in the image