diff --git a/action/Dockerfile b/action/Dockerfile index 6aa1a3f..f420b80 100644 --- a/action/Dockerfile +++ b/action/Dockerfile @@ -10,6 +10,8 @@ LABEL "repository"="http://github.com/webbertakken/unity-actions" LABEL "homepage"="http://github.com/webbertakken/unity-actions" LABEL "maintainer"="Webber Takken " +ADD steps /steps +RUN chmod -R +x /steps ADD entrypoint.sh /entrypoint.sh RUN chmod +x /entrypoint.sh ENTRYPOINT ["/entrypoint.sh"]