There was an error while loading. Please reload this page.
1 parent 3f8fe97 commit 8f99942Copy full SHA for 8f99942
1 file changed
Dockerfile
@@ -104,9 +104,7 @@ RUN curl --retry 10 -fsSLo /tmp/helm.tgz https://get.helm.sh/helm-v${HELM_VERSIO
104
ARG PULUMI_VERSION
105
106
# Install the Pulumi SDK, including the CLI and language runtimes.
107
-RUN --mount=type=secret,id=github_token \
108
- export GITHUB_TOKEN=$(cat /run/secrets/github_token) && \
109
- curl --retry 10 -fsSL https://get.pulumi.com/ | bash -s -- --version $PULUMI_VERSION && \
+RUN curl --retry 10 -fsSL https://get.pulumi.com/ | bash -s -- --version $PULUMI_VERSION && \
110
mv ~/.pulumi/bin/* /usr/bin
111
112
# Install Pulumi plugins
0 commit comments