diff --git a/Dockerfile b/Dockerfile index 1e70e96..ad59df2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,4 +6,5 @@ RUN pip install --quiet --no-cache-dir awscli==${AWSCLI_VERSION} RUN pip install --quiet --no-cache-dir mkdocs ADD entrypoint.sh /entrypoint.sh +RUN chmod +x /entrypoint.sh ENTRYPOINT ["/entrypoint.sh"] diff --git a/action.yml b/action.yml index b6960c6..b5bc718 100644 --- a/action.yml +++ b/action.yml @@ -5,5 +5,5 @@ runs: using: docker image: Dockerfile branding: - icon: refresh-cw - color: green + icon: arrow-up-circle + color: red