diff --git a/Dockerfile b/Dockerfile index e6c73d4..34f1d86 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.10.3 +FROM alpine:3.10.3 LABEL "com.github.actions.name"="Label approved pull requests" LABEL "com.github.actions.description"="Auto-label pull requests that have a specified number of approvals" @@ -13,4 +13,6 @@ LABEL maintainer="Abi Noda " RUN apk add --no-cache bash curl jq ADD entrypoint.sh /entrypoint.sh -ENTRYPOINT ["/entrypoint.sh"] +ENTRYPOINT ["/entrypoint.sh"] + +