diff --git a/Dockerfile b/Dockerfile index f169d6f..68cda16 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,8 @@ RUN apt-get update && \ RUN wget https://dl.min.io/client/mc/release/linux-amd64/mc \ && chmod +x mc \ - && ./mc --help + && echo $(pwd) >> $GITHUB_PATH \ + && mc --help # Copies your code file from your action repository to the filesystem path `/` of the container COPY entrypoint.sh /entrypoint.sh