We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0bb13f commit 6b56a6cCopy full SHA for 6b56a6c
runners/podman.containerfile
@@ -46,7 +46,8 @@ RUN \
46
## Install Github Actions runner
47
ENV RUNNER_TOOL_CACHE=/opt/hostedtoolcache
48
COPY --chmod=755 install-runner /usr/bin
49
-RUN install-runner && /home/runner/bin/installdependencies.sh \
+RUN RUNNER_VERSION=${RUNNER_VERSION} install-runner \
50
+ && /home/runner/bin/installdependencies.sh \
51
&& apt-get -y clean && rm -rf /var/cache/apt /var/lib/apt/lists/* /tmp/* /var/tmp/* \
52
# Setup hosted toolcache directory \
53
&& mkdir /opt/hostedtoolcache \
0 commit comments