FROM alpine LABEL "name"="deploystatus" LABEL "maintainer"="Unacast " LABEL "version"="1.0.0" LABEL "com.github.actions.name"="Deploy status" LABEL "com.github.actions.description"="Create a deploy status" LABEL "com.github.actions.icon"="upload" LABEL "com.github.actions.color"="green" RUN mkdir /deploy-scripts COPY ./bin /deploy-scripts/bin COPY "entrypoint.sh" "/entrypoint.sh" ENTRYPOINT ["/entrypoint.sh"] CMD [""]