We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b24b3c2 commit 1d30a11Copy full SHA for 1d30a11
1 file changed
Dockerfile
@@ -26,8 +26,8 @@ RUN apt-get update -y && \
26
27
RUN mkdir schemas
28
RUN chown node:node schemas
29
-RUN curl https://www.schemastore.org/github-action.json -o schemas/actions.json
30
-RUN curl https://www.schemastore.org/github-workflow.json -o schemas/workflows.json
+RUN curl -L https://www.schemastore.org/github-action.json -o schemas/actions.json
+RUN curl -L https://www.schemastore.org/github-workflow.json -o schemas/workflows.json
31
RUN chmod +x ./entrypoint.sh
32
33
FROM base AS builder
0 commit comments